Html Css Color HEX #223288 Resolution Blue

📋 copy color: '#223288'

red 34 ◦ green 50 ◦ blue 136

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

Shades of Resolution Blue #223288

Tints of Resolution Blue #223288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.73%

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

R = 15.45%
G = 22.73%
B = 61.82%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#223288 (or 0x223288) is known color: Resolution Blue. HEX triplet: 22, 32 and 88. RGB value is (34,50,136). Sum of RGB (Red+Green+Blue) = 34+50+136=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 136 (53.52% from 255 or 61.82% from 220); Max value from RGB is 136 - color contains mainly: blue. Hex color #223288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223288 is #DDCD77. Grayscale: #363636. Windows color (decimal): -14536056 or 8925730. OLE color: 8925730.

HSL color Cylindrical-coordinate representation of color #223288: hue angle of 230.59º 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 #223288 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 34 50 136 -
CMYK 0.75 0.63 0 0.47
HSL 230.59º 0.6% 0.33% -
HSV(B) 230.59º 0.75% 0.53% -
XYZ 6.24 4.4 23.81 -
YUV 55.02 173.7 113.01 -
System Red Green Blue C M Y K H S L
Decimal 34 50 136 0.75 0.63 0 0.47 230.59 0.6 0.33
Hex 22 32 88 4B 3F 0 2F E7 3C 21
Octal 42 62 210 113 77 0 57 347 74 41
Binary 100010 110010 10001000 1001011 111111 0 101111 11100111 111100 100001

Color Harmonies of #223288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223288

Black with #223288

Text Example


Text Example

White with #223288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223288; }

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

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

background-color css

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

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

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

border-color css

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

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

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