Html Css Color HEX #2C467C Fun Blue

📋 copy color: '#2C467C'

red 44 ◦ green 70 ◦ blue 124

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

Shades of Fun Blue #2C467C

Tints of Fun Blue #2C467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.41%

 BLUE value IS 124 (48.83% from 255) = 52.1%

R = 18.49%
G = 29.41%
B = 52.1%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2C467C (or 0x2C467C) is known color: Fun Blue. HEX triplet: 2C, 46 and 7C. RGB value is (44,70,124). Sum of RGB (Red+Green+Blue) = 44+70+124=238 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.49% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #2C467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C467C is #D3B983. Grayscale: #444444. Windows color (decimal): -13875588 or 8144428. OLE color: 8144428.

HSL color Cylindrical-coordinate representation of color #2C467C: hue angle of 220.5º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C467C is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 44 70 124 -
CMYK 0.65 0.44 0 0.51
HSL 220.5º 0.48% 0.33% -
HSV(B) 220.5º 0.65% 0.49% -
XYZ 6.87 6.37 19.94 -
YUV 68.38 159.39 110.61 -
System Red Green Blue C M Y K H S L
Decimal 44 70 124 0.65 0.44 0 0.51 220.5 0.48 0.33
Hex 2C 46 7C 41 2C 0 33 DC 30 21
Octal 54 106 174 101 54 0 63 334 60 41
Binary 101100 1000110 1111100 1000001 101100 0 110011 11011100 110000 100001

Color Harmonies of #2C467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C467C

Black with #2C467C

Text Example


Text Example

White with #2C467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,70,124); }

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

background-color css

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

 a { background-color: rgb(44,70,124); }

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

border-color css

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

 span { border-color: rgb(44,70,124); }

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