#3d8abc

Color #3D8ABC Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3D8ABC

Tints of Curious Blue #3D8ABC

Color information

#3D8ABC (or 0x3D8ABC) is unknown color: approx Curious Blue. HEX triplet: 3D, 8A and BC. RGB value is (61,138,188). Sum of RGB (Red+Green+Blue) = 61+138+188=387 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.76% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D8ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D8ABC is #C27543. Grayscale: #787878. Windows color (decimal): -12744004 or 12356157. OLE color: 12356157.

HSL color Cylindrical-coordinate representation of color #3D8ABC: hue angle of 203.62º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D8ABC is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB61138188-
CMYK0.680.2700.26
HSL203.62º51%48.82%-
HSV(B)203.62º67.55%73.73%-
XYZ20.0922.850.92-
YUV120.68165.9985.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 15.76%
GREEN value IS 138 (54.30% from 255) = 35.66%
BLUE value IS 188 (73.83% from 255) = 48.58%
R=15.76%
G=35.66%
B=48.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal611381880.680.2700.26203.625148.82
Hex3D8ABC441B01Acc3331
Octal75212274104330323146361
Binary111101100010101011110010001001101101101011001100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d8abc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3d8abc; }

 p { color: rgb(61,138,188); }

 H1.HeaderClassName
 {
   color: #3d8abc;
 }
 .AnyTagClassName
 {
   color: #3d8abc;
 }
</style>
background-color css

<style>
 a { background-color: #3d8abc; }

 a { background-color: rgb(61,138,188); }

 div.DivClassName
 {
   background-color: #3d8abc;
 }
 .BgClassName
 {
   background-color: #3d8abc;
 }
</style>
border-color css

<style>
 span { border-color: #3d8abc; }

 span { border-color: rgb(61,138,188); }

 td.TdClassName
 {
   border-color: #3d8abc;
 }
 .TagClassName
 {
   border-color: #3d8abc;
 }
</style>