Html Css Color HEX #2E4375 Resolution Blue

📋 copy color: '#2E4375'

red 46 ◦ green 67 ◦ blue 117

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

Shades of Resolution Blue #2E4375

Tints of Resolution Blue #2E4375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.13%

 BLUE value IS 117 (46.09% from 255) = 50.87%

R = 20%
G = 29.13%
B = 50.87%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2E4375 (or 0x2E4375) is known color: Resolution Blue. HEX triplet: 2E, 43 and 75. RGB value is (46,67,117). Sum of RGB (Red+Green+Blue) = 46+67+117=230 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E4375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4375 is #D1BC8A. Grayscale: #424242. Windows color (decimal): -13745291 or 7684910. OLE color: 7684910.

HSL color Cylindrical-coordinate representation of color #2E4375: hue angle of 222.25º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E4375 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 46 67 117 -
CMYK 0.61 0.43 0 0.54
HSL 222.25º 0.44% 0.32% -
HSV(B) 222.25º 0.61% 0.46% -
XYZ 6.34 5.88 17.63 -
YUV 66.42 156.54 113.43 -
System Red Green Blue C M Y K H S L
Decimal 46 67 117 0.61 0.43 0 0.54 222.25 0.44 0.32
Hex 2E 43 75 3D 2B 0 36 DE 2C 20
Octal 56 103 165 75 53 0 66 336 54 40
Binary 101110 1000011 1110101 111101 101011 0 110110 11011110 101100 100000

Color Harmonies of #2E4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4375

Black with #2E4375

Text Example


Text Example

White with #2E4375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,67,117); }

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

background-color css

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

 a { background-color: rgb(46,67,117); }

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

border-color css

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

 span { border-color: rgb(46,67,117); }

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