Html Css Color HEX #213285 Resolution Blue

📋 copy color: '#213285'

red 33 ◦ green 50 ◦ blue 133

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

Shades of Resolution Blue #213285

Tints of Resolution Blue #213285

RGB

 RED value IS 33 (13.28% from 255) = 15.28%

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

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

R = 15.28%
G = 23.15%
B = 61.57%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#213285 (or 0x213285) is known color: Resolution Blue. HEX triplet: 21, 32 and 85. RGB value is (33,50,133). Sum of RGB (Red+Green+Blue) = 33+50+133=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 133 (52.34% from 255 or 61.57% from 216); Max value from RGB is 133 - color contains mainly: blue. Hex color #213285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213285 is #DECD7A. Grayscale: #363636. Windows color (decimal): -14601595 or 8729121. OLE color: 8729121.

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

Color convert

RGB 33 50 133 -
CMYK 0.75 0.62 0 0.48
HSL 229.8º 0.6% 0.33% -
HSV(B) 229.8º 0.75% 0.52% -
XYZ 6 4.3 22.7 -
YUV 54.38 172.37 112.75 -
System Red Green Blue C M Y K H S L
Decimal 33 50 133 0.75 0.62 0 0.48 229.8 0.6 0.33
Hex 21 32 85 4B 3E 0 30 E6 3C 21
Octal 41 62 205 113 76 0 60 346 74 41
Binary 100001 110010 10000101 1001011 111110 0 110000 11100110 111100 100001

Color Harmonies of #213285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213285

Black with #213285

Text Example


Text Example

White with #213285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213285; }

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

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

background-color css

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

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

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

border-color css

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

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

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