Html Css Color HEX #213475 Resolution Blue

📋 copy color: '#213475'

red 33 ◦ green 52 ◦ blue 117

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

Shades of Resolution Blue #213475

Tints of Resolution Blue #213475

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.74%

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

R = 16.34%
G = 25.74%
B = 57.92%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#213475 (or 0x213475) is known color: Resolution Blue. HEX triplet: 21, 34 and 75. RGB value is (33,52,117). Sum of RGB (Red+Green+Blue) = 33+52+117=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #213475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213475 is #DECB8A. Grayscale: #353535. Windows color (decimal): -14601099 or 7681057. OLE color: 7681057.

HSL color Cylindrical-coordinate representation of color #213475: hue angle of 226.43º 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 #213475 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 52 117 -
CMYK 0.72 0.56 0 0.54
HSL 226.43º 0.56% 0.29% -
HSV(B) 226.43º 0.72% 0.46% -
XYZ 5.07 4.06 17.35 -
YUV 53.73 163.71 113.21 -
System Red Green Blue C M Y K H S L
Decimal 33 52 117 0.72 0.56 0 0.54 226.43 0.56 0.29
Hex 21 34 75 48 38 0 36 E2 38 1D
Octal 41 64 165 110 70 0 66 342 70 35
Binary 100001 110100 1110101 1001000 111000 0 110110 11100010 111000 11101

Color Harmonies of #213475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213475

Black with #213475

Text Example


Text Example

White with #213475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213475; }

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

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

background-color css

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

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

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

border-color css

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

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

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