Html Css Color HEX #223384 Resolution Blue

📋 copy color: '#223384'

red 34 ◦ green 51 ◦ blue 132

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

Shades of Resolution Blue #223384

Tints of Resolution Blue #223384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 60.83%

R = 15.67%
G = 23.5%
B = 60.83%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#223384 (or 0x223384) is known color: Resolution Blue. HEX triplet: 22, 33 and 84. RGB value is (34,51,132). Sum of RGB (Red+Green+Blue) = 34+51+132=217 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.67% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 132 (51.95% from 255 or 60.83% from 217); Max value from RGB is 132 - color contains mainly: blue. Hex color #223384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223384 is #DDCC7B. Grayscale: #363636. Windows color (decimal): -14535804 or 8663842. OLE color: 8663842.

HSL color Cylindrical-coordinate representation of color #223384: hue angle of 229.59º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #223384 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 34 51 132 -
CMYK 0.74 0.61 0 0.48
HSL 229.59º 0.59% 0.33% -
HSV(B) 229.59º 0.74% 0.52% -
XYZ 6.01 4.37 22.36 -
YUV 55.15 171.37 112.91 -
System Red Green Blue C M Y K H S L
Decimal 34 51 132 0.74 0.61 0 0.48 229.59 0.59 0.33
Hex 22 33 84 4A 3D 0 30 E6 3B 21
Octal 42 63 204 112 75 0 60 346 73 41
Binary 100010 110011 10000100 1001010 111101 0 110000 11100110 111011 100001

Color Harmonies of #223384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223384

Black with #223384

Text Example


Text Example

White with #223384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223384; }

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

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

background-color css

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

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

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

border-color css

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

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

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