Html Css Color HEX #3C4760 Gulf Blue

📋 copy color: '#3C4760'

red 60 ◦ green 71 ◦ blue 96

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

Shades of Gulf Blue #3C4760

Tints of Gulf Blue #3C4760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 42.29%

R = 26.43%
G = 31.28%
B = 42.29%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3C4760 (or 0x3C4760) is known color: Gulf Blue. HEX triplet: 3C, 47 and 60. RGB value is (60,71,96). Sum of RGB (Red+Green+Blue) = 60+71+96=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C4760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4760 is #C3B89F. Grayscale: #464646. Windows color (decimal): -12826784 or 6309692. OLE color: 6309692.

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

Color convert

RGB 60 71 96 -
CMYK 0.38 0.26 0 0.62
HSL 221.67º 0.23% 0.31% -
HSV(B) 221.67º 0.38% 0.38% -
XYZ 6.23 6.31 11.96 -
YUV 70.56 142.36 120.47 -
System Red Green Blue C M Y K H S L
Decimal 60 71 96 0.38 0.26 0 0.62 221.67 0.23 0.31
Hex 3C 47 60 26 1A 0 3E DE 17 1F
Octal 74 107 140 46 32 0 76 336 27 37
Binary 111100 1000111 1100000 100110 11010 0 111110 11011110 10111 11111

Color Harmonies of #3C4760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4760

Black with #3C4760

Text Example


Text Example

White with #3C4760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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