Html Css Color HEX #2C4169 Gulf Blue

📋 copy color: '#2C4169'

red 44 ◦ green 65 ◦ blue 105

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

Shades of Gulf Blue #2C4169

Tints of Gulf Blue #2C4169

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.37%

 BLUE value IS 105 (41.41% from 255) = 49.07%

R = 20.56%
G = 30.37%
B = 49.07%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2C4169 (or 0x2C4169) is known color: Gulf Blue. HEX triplet: 2C, 41 and 69. RGB value is (44,65,105). Sum of RGB (Red+Green+Blue) = 44+65+105=214 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.56% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #2C4169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4169 is #D3BE96. Grayscale: #3F3F3F. Windows color (decimal): -13876887 or 6897964. OLE color: 6897964.

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

Color convert

RGB 44 65 105 -
CMYK 0.58 0.38 0 0.59
HSL 219.34º 0.41% 0.29% -
HSV(B) 219.34º 0.58% 0.41% -
XYZ 5.48 5.34 14.11 -
YUV 63.28 151.54 114.25 -
System Red Green Blue C M Y K H S L
Decimal 44 65 105 0.58 0.38 0 0.59 219.34 0.41 0.29
Hex 2C 41 69 3A 26 0 3B DB 29 1D
Octal 54 101 151 72 46 0 73 333 51 35
Binary 101100 1000001 1101001 111010 100110 0 111011 11011011 101001 11101

Color Harmonies of #2C4169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4169

Black with #2C4169

Text Example


Text Example

White with #2C4169

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,65,105); }

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

background-color css

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

 a { background-color: rgb(44,65,105); }

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

border-color css

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

 span { border-color: rgb(44,65,105); }

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