Html Css Color HEX #2C4372 Resolution Blue

📋 copy color: '#2C4372'

red 44 ◦ green 67 ◦ blue 114

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

Shades of Resolution Blue #2C4372

Tints of Resolution Blue #2C4372

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.78%

 BLUE value IS 114 (44.92% from 255) = 50.67%

R = 19.56%
G = 29.78%
B = 50.67%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2C4372 (or 0x2C4372) is known color: Resolution Blue. HEX triplet: 2C, 43 and 72. RGB value is (44,67,114). Sum of RGB (Red+Green+Blue) = 44+67+114=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #2C4372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4372 is #D3BC8D. Grayscale: #414141. Windows color (decimal): -13876366 or 7488300. OLE color: 7488300.

HSL color Cylindrical-coordinate representation of color #2C4372: hue angle of 220.29º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C4372 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 44 67 114 -
CMYK 0.61 0.41 0 0.55
HSL 220.29º 0.44% 0.31% -
HSV(B) 220.29º 0.61% 0.45% -
XYZ 6.08 5.76 16.71 -
YUV 65.48 155.38 112.68 -
System Red Green Blue C M Y K H S L
Decimal 44 67 114 0.61 0.41 0 0.55 220.29 0.44 0.31
Hex 2C 43 72 3D 29 0 37 DC 2C 1F
Octal 54 103 162 75 51 0 67 334 54 37
Binary 101100 1000011 1110010 111101 101001 0 110111 11011100 101100 11111

Color Harmonies of #2C4372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4372

Black with #2C4372

Text Example


Text Example

White with #2C4372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,67,114); }

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

background-color css

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

 a { background-color: rgb(44,67,114); }

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

border-color css

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

 span { border-color: rgb(44,67,114); }

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