Html Css Color HEX #2C508C Fun Blue

📋 copy color: '#2C508C'

red 44 ◦ green 80 ◦ blue 140

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

Shades of Fun Blue #2C508C

Tints of Fun Blue #2C508C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 53.03%

R = 16.67%
G = 30.3%
B = 53.03%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2C508C (or 0x2C508C) is known color: Fun Blue. HEX triplet: 2C, 50 and 8C. RGB value is (44,80,140). Sum of RGB (Red+Green+Blue) = 44+80+140=264 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.67% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #2C508C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C508C is #D3AF73. Grayscale: #4B4B4B. Windows color (decimal): -13873012 or 9195564. OLE color: 9195564.

HSL color Cylindrical-coordinate representation of color #2C508C: hue angle of 217.5º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C508C is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 44 80 140 -
CMYK 0.69 0.43 0 0.45
HSL 217.5º 0.52% 0.36% -
HSV(B) 217.5º 0.69% 0.55% -
XYZ 8.64 8.17 25.93 -
YUV 76.08 164.07 105.12 -
System Red Green Blue C M Y K H S L
Decimal 44 80 140 0.69 0.43 0 0.45 217.5 0.52 0.36
Hex 2C 50 8C 45 2B 0 2D DA 34 24
Octal 54 120 214 105 53 0 55 332 64 44
Binary 101100 1010000 10001100 1000101 101011 0 101101 11011010 110100 100100

Color Harmonies of #2C508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C508C

Black with #2C508C

Text Example


Text Example

White with #2C508C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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