#3C7FAF

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

Shades of Curious Blue #3C7FAF

Tints of Curious Blue #3C7FAF

Color information

#3C7FAF (or 0x3C7FAF) is unknown color: approx Curious Blue. HEX triplet: 3C, 7F and AF. RGB value is (60,127,175). Sum of RGB (Red+Green+Blue) = 60+127+175=362 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.57% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C7FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7FAF is #C38050. Grayscale: #707070. Windows color (decimal): -12812369 or 11501372. OLE color: 11501372.

HSL color Cylindrical-coordinate representation of color #3C7FAF: hue angle of 205.04º 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 #3C7FAF is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB60127175-
CMYK0.660.2700.31
HSL205.04º48.94%46.08%-
HSV(B)205.04º65.71%68.63%-
XYZ17.1919.2343.36-
YUV112.44163.390.6-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.57%
GREEN value IS 127 (50% from 255) = 35.08%
BLUE value IS 175 (68.75% from 255) = 48.34%
R=16.57%
G=35.08%
B=48.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal601271750.660.2700.31205.0448.9446.08
Hex3C7FAF421B01Fcd312e
Octal74177257102330373156156
Binary11110011111111010111110000101101101111111001101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C7FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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