Html Css Color HEX #2C4885 Fun Blue

📋 copy color: '#2C4885'

red 44 ◦ green 72 ◦ blue 133

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

Shades of Fun Blue #2C4885

Tints of Fun Blue #2C4885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 53.41%

R = 17.67%
G = 28.92%
B = 53.41%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2C4885 (or 0x2C4885) is known color: Fun Blue. HEX triplet: 2C, 48 and 85. RGB value is (44,72,133). Sum of RGB (Red+Green+Blue) = 44+72+133=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #2C4885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4885 is #D3B77A. Grayscale: #464646. Windows color (decimal): -13875067 or 8734764. OLE color: 8734764.

HSL color Cylindrical-coordinate representation of color #2C4885: hue angle of 221.12º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C4885 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 44 72 133 -
CMYK 0.67 0.46 0 0.48
HSL 221.12º 0.5% 0.35% -
HSV(B) 221.12º 0.67% 0.52% -
XYZ 7.59 6.86 23.12 -
YUV 70.58 163.22 109.04 -
System Red Green Blue C M Y K H S L
Decimal 44 72 133 0.67 0.46 0 0.48 221.12 0.5 0.35
Hex 2C 48 85 43 2E 0 30 DD 32 23
Octal 54 110 205 103 56 0 60 335 62 43
Binary 101100 1001000 10000101 1000011 101110 0 110000 11011101 110010 100011

Color Harmonies of #2C4885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4885

Black with #2C4885

Text Example


Text Example

White with #2C4885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,72,133); }

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

background-color css

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

 a { background-color: rgb(44,72,133); }

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

border-color css

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

 span { border-color: rgb(44,72,133); }

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