Html Css Color HEX #213885 Resolution Blue

📋 copy color: '#213885'

red 33 ◦ green 56 ◦ blue 133

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

Shades of Resolution Blue #213885

Tints of Resolution Blue #213885

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.23%

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

R = 14.86%
G = 25.23%
B = 59.91%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#213885 (or 0x213885) is known color: Resolution Blue. HEX triplet: 21, 38 and 85. RGB value is (33,56,133). Sum of RGB (Red+Green+Blue) = 33+56+133=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #213885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213885 is #DEC77A. Grayscale: #393939. Windows color (decimal): -14600059 or 8730657. OLE color: 8730657.

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

Color convert

RGB 33 56 133 -
CMYK 0.75 0.58 0 0.48
HSL 226.2º 0.6% 0.33% -
HSV(B) 226.2º 0.75% 0.52% -
XYZ 6.28 4.85 22.79 -
YUV 57.9 170.38 110.24 -
System Red Green Blue C M Y K H S L
Decimal 33 56 133 0.75 0.58 0 0.48 226.2 0.6 0.33
Hex 21 38 85 4B 3A 0 30 E2 3C 21
Octal 41 70 205 113 72 0 60 342 74 41
Binary 100001 111000 10000101 1001011 111010 0 110000 11100010 111100 100001

Color Harmonies of #213885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213885

Black with #213885

Text Example


Text Example

White with #213885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213885; }

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

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

background-color css

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

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

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

border-color css

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

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

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