Html Css Color HEX #3C4863 Gulf Blue

📋 copy color: '#3C4863'

red 60 ◦ green 72 ◦ blue 99

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

Shades of Gulf Blue #3C4863

Tints of Gulf Blue #3C4863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.17%

 BLUE value IS 99 (39.06% from 255) = 42.86%

R = 25.97%
G = 31.17%
B = 42.86%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3C4863 (or 0x3C4863) is known color: Gulf Blue. HEX triplet: 3C, 48 and 63. RGB value is (60,72,99). Sum of RGB (Red+Green+Blue) = 60+72+99=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C4863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4863 is #C3B79C. Grayscale: #474747. Windows color (decimal): -12826525 or 6506556. OLE color: 6506556.

HSL color Cylindrical-coordinate representation of color #3C4863: hue angle of 221.54º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C4863 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 60 72 99 -
CMYK 0.39 0.27 0 0.61
HSL 221.54º 0.25% 0.31% -
HSV(B) 221.54º 0.39% 0.39% -
XYZ 6.43 6.5 12.72 -
YUV 71.49 143.52 119.8 -
System Red Green Blue C M Y K H S L
Decimal 60 72 99 0.39 0.27 0 0.61 221.54 0.25 0.31
Hex 3C 48 63 27 1B 0 3D DE 19 1F
Octal 74 110 143 47 33 0 75 336 31 37
Binary 111100 1001000 1100011 100111 11011 0 111101 11011110 11001 11111

Color Harmonies of #3C4863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4863

Black with #3C4863

Text Example


Text Example

White with #3C4863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,72,99); }

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

background-color css

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

 a { background-color: rgb(60,72,99); }

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

border-color css

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

 span { border-color: rgb(60,72,99); }

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