Html Css Color HEX #213B75 Resolution Blue

📋 copy color: '#213B75'

red 33 ◦ green 59 ◦ blue 117

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

Shades of Resolution Blue #213B75

Tints of Resolution Blue #213B75

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.23%

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

R = 15.79%
G = 28.23%
B = 55.98%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#213B75 (or 0x213B75) is known color: Resolution Blue. HEX triplet: 21, 3B and 75. RGB value is (33,59,117). Sum of RGB (Red+Green+Blue) = 33+59+117=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #213B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B75 is #DEC48A. Grayscale: #393939. Windows color (decimal): -14599307 or 7682849. OLE color: 7682849.

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

Color convert

RGB 33 59 117 -
CMYK 0.72 0.50 0 0.54
HSL 221.43º 0.56% 0.29% -
HSV(B) 221.43º 0.72% 0.46% -
XYZ 5.4 4.74 17.46 -
YUV 57.84 161.39 110.28 -
System Red Green Blue C M Y K H S L
Decimal 33 59 117 0.72 0.50 0 0.54 221.43 0.56 0.29
Hex 21 3B 75 48 32 0 36 DD 38 1D
Octal 41 73 165 110 62 0 66 335 70 35
Binary 100001 111011 1110101 1001000 110010 0 110110 11011101 111000 11101

Color Harmonies of #213B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213B75

Black with #213B75

Text Example


Text Example

White with #213B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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