Html Css Color HEX #2E3F78 Resolution Blue

📋 copy color: '#2E3F78'

red 46 ◦ green 63 ◦ blue 120

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

Shades of Resolution Blue #2E3F78

Tints of Resolution Blue #2E3F78

RGB

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

 GREEN value IS 63 (25% from 255) = 27.51%

 BLUE value IS 120 (47.27% from 255) = 52.4%

R = 20.09%
G = 27.51%
B = 52.4%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2E3F78 (or 0x2E3F78) is known color: Resolution Blue. HEX triplet: 2E, 3F and 78. RGB value is (46,63,120). Sum of RGB (Red+Green+Blue) = 46+63+120=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E3F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3F78 is #D1C087. Grayscale: #404040. Windows color (decimal): -13746312 or 7880494. OLE color: 7880494.

HSL color Cylindrical-coordinate representation of color #2E3F78: hue angle of 226.22º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E3F78 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 63 120 -
CMYK 0.62 0.48 0 0.53
HSL 226.22º 0.45% 0.33% -
HSV(B) 226.22º 0.62% 0.47% -
XYZ 6.29 5.49 18.5 -
YUV 64.42 159.37 114.87 -
System Red Green Blue C M Y K H S L
Decimal 46 63 120 0.62 0.48 0 0.53 226.22 0.45 0.33
Hex 2E 3F 78 3E 30 0 35 E2 2D 21
Octal 56 77 170 76 60 0 65 342 55 41
Binary 101110 111111 1111000 111110 110000 0 110101 11100010 101101 100001

Color Harmonies of #2E3F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3F78

Black with #2E3F78

Text Example


Text Example

White with #2E3F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,63,120); }

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

background-color css

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

 a { background-color: rgb(46,63,120); }

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

border-color css

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

 span { border-color: rgb(46,63,120); }

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