Html Css Color HEX #3C4762 Gulf Blue

📋 copy color: '#3C4762'

red 60 ◦ green 71 ◦ blue 98

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

Shades of Gulf Blue #3C4762

Tints of Gulf Blue #3C4762

RGB

 RED value IS 60 (23.83% from 255) = 26.2%

 GREEN value IS 71 (28.13% from 255) = 31%

 BLUE value IS 98 (38.67% from 255) = 42.79%

R = 26.2%
G = 31%
B = 42.79%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3C4762 (or 0x3C4762) is known color: Gulf Blue. HEX triplet: 3C, 47 and 62. RGB value is (60,71,98). Sum of RGB (Red+Green+Blue) = 60+71+98=229 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.20% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #3C4762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4762 is #C3B89D. Grayscale: #464646. Windows color (decimal): -12826782 or 6440764. OLE color: 6440764.

HSL color Cylindrical-coordinate representation of color #3C4762: hue angle of 222.63º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C4762 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 71 98 -
CMYK 0.39 0.28 0 0.62
HSL 222.63º 0.24% 0.31% -
HSV(B) 222.63º 0.39% 0.38% -
XYZ 6.32 6.35 12.45 -
YUV 70.79 143.36 120.3 -
System Red Green Blue C M Y K H S L
Decimal 60 71 98 0.39 0.28 0 0.62 222.63 0.24 0.31
Hex 3C 47 62 27 1C 0 3E DF 18 1F
Octal 74 107 142 47 34 0 76 337 30 37
Binary 111100 1000111 1100010 100111 11100 0 111110 11011111 11000 11111

Color Harmonies of #3C4762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4762

Black with #3C4762

Text Example


Text Example

White with #3C4762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,71,98); }

 H1.HeaderClassName
 {
   color: #3C4762;
 }
 .AnyTagClassName
 {
   color: #3C4762;
 }
</style>

background-color css

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

 a { background-color: rgb(60,71,98); }

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

border-color css

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

 span { border-color: rgb(60,71,98); }

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