Html Css Color HEX #223085 Resolution Blue

📋 copy color: '#223085'

red 34 ◦ green 48 ◦ blue 133

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

Shades of Resolution Blue #223085

Tints of Resolution Blue #223085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.33%

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

R = 15.81%
G = 22.33%
B = 61.86%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#223085 (or 0x223085) is known color: Resolution Blue. HEX triplet: 22, 30 and 85. RGB value is (34,48,133). Sum of RGB (Red+Green+Blue) = 34+48+133=215 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.81% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 133 (52.34% from 255 or 61.86% from 215); Max value from RGB is 133 - color contains mainly: blue. Hex color #223085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223085 is #DDCF7A. Grayscale: #353535. Windows color (decimal): -14536571 or 8728610. OLE color: 8728610.

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

Color convert

RGB 34 48 133 -
CMYK 0.74 0.64 0 0.48
HSL 231.52º 0.59% 0.33% -
HSV(B) 231.52º 0.74% 0.52% -
XYZ 5.95 4.15 22.68 -
YUV 53.5 172.86 114.09 -
System Red Green Blue C M Y K H S L
Decimal 34 48 133 0.74 0.64 0 0.48 231.52 0.59 0.33
Hex 22 30 85 4A 40 0 30 E8 3B 21
Octal 42 60 205 112 100 0 60 350 73 41
Binary 100010 110000 10000101 1001010 1000000 0 110000 11101000 111011 100001

Color Harmonies of #223085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223085

Black with #223085

Text Example


Text Example

White with #223085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223085; }

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

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

background-color css

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

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

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

border-color css

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

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

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