Html Css Color HEX #2E4C7C Fun Blue

📋 copy color: '#2E4C7C'

red 46 ◦ green 76 ◦ blue 124

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

Shades of Fun Blue #2E4C7C

Tints of Fun Blue #2E4C7C

RGB

 RED value IS 46 (18.36% from 255) = 18.7%

 GREEN value IS 76 (30.08% from 255) = 30.89%

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

R = 18.7%
G = 30.89%
B = 50.41%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E4C7C (or 0x2E4C7C) is known color: Fun Blue. HEX triplet: 2E, 4C and 7C. RGB value is (46,76,124). Sum of RGB (Red+Green+Blue) = 46+76+124=246 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.70% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E4C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4C7C is #D1B383. Grayscale: #484848. Windows color (decimal): -13742980 or 8145966. OLE color: 8145966.

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

Color convert

RGB 46 76 124 -
CMYK 0.63 0.39 0 0.51
HSL 216.92º 0.46% 0.33% -
HSV(B) 216.92º 0.63% 0.49% -
XYZ 7.35 7.2 20.07 -
YUV 72.5 157.06 109.1 -
System Red Green Blue C M Y K H S L
Decimal 46 76 124 0.63 0.39 0 0.51 216.92 0.46 0.33
Hex 2E 4C 7C 3F 27 0 33 D9 2E 21
Octal 56 114 174 77 47 0 63 331 56 41
Binary 101110 1001100 1111100 111111 100111 0 110011 11011001 101110 100001

Color Harmonies of #2E4C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4C7C

Black with #2E4C7C

Text Example


Text Example

White with #2E4C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,76,124); }

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

background-color css

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

 a { background-color: rgb(46,76,124); }

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

border-color css

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

 span { border-color: rgb(46,76,124); }

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