Html Css Color HEX #223488 Resolution Blue

📋 copy color: '#223488'

red 34 ◦ green 52 ◦ blue 136

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

Shades of Resolution Blue #223488

Tints of Resolution Blue #223488

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.42%

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

R = 15.32%
G = 23.42%
B = 61.26%

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

#223488 (or 0x223488) is known color: Resolution Blue. HEX triplet: 22, 34 and 88. RGB value is (34,52,136). Sum of RGB (Red+Green+Blue) = 34+52+136=222 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.32% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 136 (53.52% from 255 or 61.26% from 222); Max value from RGB is 136 - color contains mainly: blue. Hex color #223488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223488 is #DDCB77. Grayscale: #373737. Windows color (decimal): -14535544 or 8926242. OLE color: 8926242.

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

Color convert

RGB 34 52 136 -
CMYK 0.75 0.62 0 0.47
HSL 229.41º 0.6% 0.33% -
HSV(B) 229.41º 0.75% 0.53% -
XYZ 6.33 4.57 23.84 -
YUV 56.19 173.04 112.17 -
System Red Green Blue C M Y K H S L
Decimal 34 52 136 0.75 0.62 0 0.47 229.41 0.6 0.33
Hex 22 34 88 4B 3E 0 2F E5 3C 21
Octal 42 64 210 113 76 0 57 345 74 41
Binary 100010 110100 10001000 1001011 111110 0 101111 11100101 111100 100001

Color Harmonies of #223488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223488

Black with #223488

Text Example


Text Example

White with #223488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223488; }

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

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

background-color css

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

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

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

border-color css

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

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

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