Html Css Color HEX #223285 Resolution Blue

📋 copy color: '#223285'

red 34 ◦ green 50 ◦ blue 133

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

Shades of Resolution Blue #223285

Tints of Resolution Blue #223285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 61.29%

R = 15.67%
G = 23.04%
B = 61.29%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#223285 (or 0x223285) is known color: Resolution Blue. HEX triplet: 22, 32 and 85. RGB value is (34,50,133). Sum of RGB (Red+Green+Blue) = 34+50+133=217 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.67% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 133 (52.34% from 255 or 61.29% from 217); Max value from RGB is 133 - color contains mainly: blue. Hex color #223285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223285 is #DDCD7A. Grayscale: #363636. Windows color (decimal): -14536059 or 8729122. OLE color: 8729122.

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

Color convert

RGB 34 50 133 -
CMYK 0.74 0.62 0 0.48
HSL 230.3º 0.59% 0.33% -
HSV(B) 230.3º 0.74% 0.52% -
XYZ 6.03 4.31 22.71 -
YUV 54.68 172.2 113.25 -
System Red Green Blue C M Y K H S L
Decimal 34 50 133 0.74 0.62 0 0.48 230.3 0.59 0.33
Hex 22 32 85 4A 3E 0 30 E6 3B 21
Octal 42 62 205 112 76 0 60 346 73 41
Binary 100010 110010 10000101 1001010 111110 0 110000 11100110 111011 100001

Color Harmonies of #223285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223285

Black with #223285

Text Example


Text Example

White with #223285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223285; }

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

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

background-color css

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

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

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

border-color css

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

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

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