Html Css Color HEX #223376 Resolution Blue

📋 copy color: '#223376'

red 34 ◦ green 51 ◦ blue 118

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

Shades of Resolution Blue #223376

Tints of Resolution Blue #223376

RGB

 RED value IS 34 (13.67% from 255) = 16.75%

 GREEN value IS 51 (20.31% from 255) = 25.12%

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

R = 16.75%
G = 25.12%
B = 58.13%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#223376 (or 0x223376) is known color: Resolution Blue. HEX triplet: 22, 33 and 76. RGB value is (34,51,118). Sum of RGB (Red+Green+Blue) = 34+51+118=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #223376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223376 is #DDCC89. Grayscale: #353535. Windows color (decimal): -14535818 or 7746338. OLE color: 7746338.

HSL color Cylindrical-coordinate representation of color #223376: hue angle of 227.86º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #223376 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 34 51 118 -
CMYK 0.71 0.57 0 0.54
HSL 227.86º 0.55% 0.3% -
HSV(B) 227.86º 0.71% 0.46% -
XYZ 5.11 4.02 17.65 -
YUV 53.56 164.37 114.05 -
System Red Green Blue C M Y K H S L
Decimal 34 51 118 0.71 0.57 0 0.54 227.86 0.55 0.3
Hex 22 33 76 47 39 0 36 E4 37 1E
Octal 42 63 166 107 71 0 66 344 67 36
Binary 100010 110011 1110110 1000111 111001 0 110110 11100100 110111 11110

Color Harmonies of #223376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223376

Black with #223376

Text Example


Text Example

White with #223376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223376; }

 p { color: rgb(34,51,118); }

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

background-color css

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

 a { background-color: rgb(34,51,118); }

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

border-color css

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

 span { border-color: rgb(34,51,118); }

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