#3C8DBF

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

Shades of Curious Blue #3C8DBF

Tints of Curious Blue #3C8DBF

Color information

#3C8DBF (or 0x3C8DBF) is unknown color: approx Curious Blue. HEX triplet: 3C, 8D and BF. RGB value is (60,141,191). Sum of RGB (Red+Green+Blue) = 60+141+191=392 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.31% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C8DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C8DBF is #C37240. Grayscale: #7A7A7A. Windows color (decimal): -12808769 or 12553532. OLE color: 12553532.

HSL color Cylindrical-coordinate representation of color #3C8DBF: hue angle of 202.9º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C8DBF is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB60141191-
CMYK0.690.2600.25
HSL202.9º52.19%49.22%-
HSV(B)202.9º68.59%74.9%-
XYZ20.7923.7752.78-
YUV122.48166.6683.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.31%
GREEN value IS 141 (55.47% from 255) = 35.97%
BLUE value IS 191 (75% from 255) = 48.72%
R=15.31%
G=35.97%
B=48.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal601411910.690.2600.25202.952.1949.22
Hex3C8DBF451A019cb3431
Octal74215277105320313136461
Binary111100100011011011111110001011101001100111001011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,141,191); }

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

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

 a { background-color: rgb(60,141,191); }

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

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

 span { border-color: rgb(60,141,191); }

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