Html Css Color HEX #213175 Resolution Blue

📋 copy color: '#213175'

red 33 ◦ green 49 ◦ blue 117

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

Shades of Resolution Blue #213175

Tints of Resolution Blue #213175

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.62%

 BLUE value IS 117 (46.09% from 255) = 58.79%

R = 16.58%
G = 24.62%
B = 58.79%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#213175 (or 0x213175) is known color: Resolution Blue. HEX triplet: 21, 31 and 75. RGB value is (33,49,117). Sum of RGB (Red+Green+Blue) = 33+49+117=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #213175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213175 is #DECE8A. Grayscale: #333333. Windows color (decimal): -14601867 or 7680289. OLE color: 7680289.

HSL color Cylindrical-coordinate representation of color #213175: hue angle of 228.57º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #213175 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 49 117 -
CMYK 0.72 0.58 0 0.54
HSL 228.57º 0.56% 0.29% -
HSV(B) 228.57º 0.72% 0.46% -
XYZ 4.94 3.8 17.3 -
YUV 51.97 164.7 114.47 -
System Red Green Blue C M Y K H S L
Decimal 33 49 117 0.72 0.58 0 0.54 228.57 0.56 0.29
Hex 21 31 75 48 3A 0 36 E5 38 1D
Octal 41 61 165 110 72 0 66 345 70 35
Binary 100001 110001 1110101 1001000 111010 0 110110 11100101 111000 11101

Color Harmonies of #213175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213175

Black with #213175

Text Example


Text Example

White with #213175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213175; }

 p { color: rgb(33,49,117); }

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

background-color css

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

 a { background-color: rgb(33,49,117); }

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

border-color css

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

 span { border-color: rgb(33,49,117); }

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