Html Css Color HEX #3C7FAF Curious Blue

📋 copy color: '#3C7FAF'

red 60 ◦ green 127 ◦ blue 175

#3C7FAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #3C7FAF

Tints of Curious Blue #3C7FAF

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 value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3C7FAF (or 0x3C7FAF) is known color: 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

RGB 60 127 175 -
CMYK 0.66 0.27 0 0.31
HSL 205.04º 0.49% 0.46% -
HSV(B) 205.04º 0.66% 0.69% -
XYZ 17.19 19.23 43.36 -
YUV 112.44 163.3 90.6 -
System Red Green Blue C M Y K H S L
Decimal 60 127 175 0.66 0.27 0 0.31 205.04 0.49 0.46
Hex 3C 7F AF 42 1B 0 1F CD 31 2E
Octal 74 177 257 102 33 0 37 315 61 56
Binary 111100 1111111 10101111 1000010 11011 0 11111 11001101 110001 101110

Color Harmonies of #3C7FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7FAF

Black with #3C7FAF

Text Example


Text Example

White with #3C7FAF

Text Example


Text Example

HTML Codes & Css Web 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>