Html Css Color HEX #223388 Resolution Blue

📋 copy color: '#223388'

red 34 ◦ green 51 ◦ blue 136

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

Shades of Resolution Blue #223388

Tints of Resolution Blue #223388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 61.54%

R = 15.38%
G = 23.08%
B = 61.54%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#223388 (or 0x223388) is known color: Resolution Blue. HEX triplet: 22, 33 and 88. RGB value is (34,51,136). Sum of RGB (Red+Green+Blue) = 34+51+136=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 136 (53.52% from 255 or 61.54% from 221); Max value from RGB is 136 - color contains mainly: blue. Hex color #223388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223388 is #DDCC77. Grayscale: #373737. Windows color (decimal): -14535800 or 8925986. OLE color: 8925986.

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

Color convert

RGB 34 51 136 -
CMYK 0.75 0.62 0 0.47
HSL 230º 0.6% 0.33% -
HSV(B) 230º 0.75% 0.53% -
XYZ 6.29 4.49 23.83 -
YUV 55.61 173.37 112.59 -
System Red Green Blue C M Y K H S L
Decimal 34 51 136 0.75 0.62 0 0.47 230 0.6 0.33
Hex 22 33 88 4B 3E 0 2F E6 3C 21
Octal 42 63 210 113 76 0 57 346 74 41
Binary 100010 110011 10001000 1001011 111110 0 101111 11100110 111100 100001

Color Harmonies of #223388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223388

Black with #223388

Text Example


Text Example

White with #223388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223388; }

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

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

background-color css

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

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

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

border-color css

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

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

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