#3C7EAF

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

Shades of Curious Blue #3C7EAF

Tints of Curious Blue #3C7EAF

Color information

#3C7EAF (or 0x3C7EAF) is unknown color: approx Curious Blue. HEX triplet: 3C, 7E and AF. RGB value is (60,126,175). Sum of RGB (Red+Green+Blue) = 60+126+175=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C7EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7EAF is #C38150. Grayscale: #6F6F6F. Windows color (decimal): -12812625 or 11501116. OLE color: 11501116.

HSL color Cylindrical-coordinate representation of color #3C7EAF: hue angle of 205.57º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C7EAF is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB60126175-
CMYK0.660.2800.31
HSL205.57º48.94%46.08%-
HSV(B)205.57º65.71%68.63%-
XYZ17.0618.9843.32-
YUV111.85163.6391.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.62%
GREEN value IS 126 (49.61% from 255) = 34.90%
BLUE value IS 175 (68.75% from 255) = 48.48%
R=16.62%
G=34.90%
B=48.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal601261750.660.2800.31205.5748.9446.08
Hex3C7EAF421C01Fce312e
Octal74176257102340373166156
Binary11110011111101010111110000101110001111111001110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,126,175); }

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

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

 a { background-color: rgb(60,126,175); }

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

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

 span { border-color: rgb(60,126,175); }

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