Html Css Color HEX #2C5088 Fun Blue

📋 copy color: '#2C5088'

red 44 ◦ green 80 ◦ blue 136

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

Shades of Fun Blue #2C5088

Tints of Fun Blue #2C5088

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.77%

 BLUE value IS 136 (53.52% from 255) = 52.31%

R = 16.92%
G = 30.77%
B = 52.31%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2C5088 (or 0x2C5088) is known color: Fun Blue. HEX triplet: 2C, 50 and 88. RGB value is (44,80,136). Sum of RGB (Red+Green+Blue) = 44+80+136=260 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.92% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #2C5088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5088 is #D3AF77. Grayscale: #4B4B4B. Windows color (decimal): -13873016 or 8933420. OLE color: 8933420.

HSL color Cylindrical-coordinate representation of color #2C5088: hue angle of 216.52º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C5088 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 44 80 136 -
CMYK 0.68 0.41 0 0.47
HSL 216.52º 0.51% 0.35% -
HSV(B) 216.52º 0.68% 0.53% -
XYZ 8.35 8.05 24.41 -
YUV 75.62 162.07 105.45 -
System Red Green Blue C M Y K H S L
Decimal 44 80 136 0.68 0.41 0 0.47 216.52 0.51 0.35
Hex 2C 50 88 44 29 0 2F D9 33 23
Octal 54 120 210 104 51 0 57 331 63 43
Binary 101100 1010000 10001000 1000100 101001 0 101111 11011001 110011 100011

Color Harmonies of #2C5088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5088

Black with #2C5088

Text Example


Text Example

White with #2C5088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,80,136); }

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

background-color css

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

 a { background-color: rgb(44,80,136); }

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

border-color css

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

 span { border-color: rgb(44,80,136); }

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