Html Css Color HEX #2C4067 Gulf Blue

📋 copy color: '#2C4067'

red 44 ◦ green 64 ◦ blue 103

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

Shades of Gulf Blue #2C4067

Tints of Gulf Blue #2C4067

RGB

 RED value IS 44 (17.58% from 255) = 20.85%

 GREEN value IS 64 (25.39% from 255) = 30.33%

 BLUE value IS 103 (40.63% from 255) = 48.82%

R = 20.85%
G = 30.33%
B = 48.82%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2C4067 (or 0x2C4067) is known color: Gulf Blue. HEX triplet: 2C, 40 and 67. RGB value is (44,64,103). Sum of RGB (Red+Green+Blue) = 44+64+103=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 103 - color contains mainly: blue. Hex color #2C4067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4067 is #D3BF98. Grayscale: #3E3E3E. Windows color (decimal): -13877145 or 6766636. OLE color: 6766636.

HSL color Cylindrical-coordinate representation of color #2C4067: hue angle of 219.66º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C4067 is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 44 64 103 -
CMYK 0.57 0.38 0 0.60
HSL 219.66º 0.4% 0.29% -
HSV(B) 219.66º 0.57% 0.4% -
XYZ 5.32 5.18 13.55 -
YUV 62.47 150.87 114.83 -
System Red Green Blue C M Y K H S L
Decimal 44 64 103 0.57 0.38 0 0.60 219.66 0.4 0.29
Hex 2C 40 67 39 26 0 3C DC 28 1D
Octal 54 100 147 71 46 0 74 334 50 35
Binary 101100 1000000 1100111 111001 100110 0 111100 11011100 101000 11101

Color Harmonies of #2C4067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4067

Black with #2C4067

Text Example


Text Example

White with #2C4067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C4067; }

 p { color: rgb(44,64,103); }

 H1.HeaderClassName
 {
   color: #2C4067;
 }
 .AnyTagClassName
 {
   color: #2C4067;
 }
</style>

background-color css

<style>
 a { background-color: #2C4067; }

 a { background-color: rgb(44,64,103); }

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

border-color css

<style>
 span { border-color: #2C4067; }

 span { border-color: rgb(44,64,103); }

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