Html Css Color HEX #232E76 Resolution Blue

📋 copy color: '#232E76'

red 35 ◦ green 46 ◦ blue 118

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

Shades of Resolution Blue #232E76

Tints of Resolution Blue #232E76

RGB

 RED value IS 35 (14.06% from 255) = 17.59%

 GREEN value IS 46 (18.36% from 255) = 23.12%

 BLUE value IS 118 (46.48% from 255) = 59.3%

R = 17.59%
G = 23.12%
B = 59.3%

CMYK

 C value IS 0.70

 M value IS 0.61

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#232E76 (or 0x232E76) is known color: Resolution Blue. HEX triplet: 23, 2E and 76. RGB value is (35,46,118). Sum of RGB (Red+Green+Blue) = 35+46+118=199 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.59% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 118 (46.48% from 255 or 59.30% from 199); Max value from RGB is 118 - color contains mainly: blue. Hex color #232E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232E76 is #DCD189. Grayscale: #323232. Windows color (decimal): -14471562 or 7745059. OLE color: 7745059.

HSL color Cylindrical-coordinate representation of color #232E76: hue angle of 232.05º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #232E76 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 35 46 118 -
CMYK 0.70 0.61 0 0.54
HSL 232.05º 0.54% 0.3% -
HSV(B) 232.05º 0.7% 0.46% -
XYZ 4.94 3.62 17.58 -
YUV 50.92 165.86 116.65 -
System Red Green Blue C M Y K H S L
Decimal 35 46 118 0.70 0.61 0 0.54 232.05 0.54 0.3
Hex 23 2E 76 46 3D 0 36 E8 36 1E
Octal 43 56 166 106 75 0 66 350 66 36
Binary 100011 101110 1110110 1000110 111101 0 110110 11101000 110110 11110

Color Harmonies of #232E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232E76

Black with #232E76

Text Example


Text Example

White with #232E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232E76; }

 p { color: rgb(35,46,118); }

 H1.HeaderClassName
 {
   color: #232E76;
 }
 .AnyTagClassName
 {
   color: #232E76;
 }
</style>

background-color css

<style>
 a { background-color: #232E76; }

 a { background-color: rgb(35,46,118); }

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

border-color css

<style>
 span { border-color: #232E76; }

 span { border-color: rgb(35,46,118); }

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