Html Css Color HEX #213B74 Resolution Blue

📋 copy color: '#213B74'

red 33 ◦ green 59 ◦ blue 116

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

Shades of Resolution Blue #213B74

Tints of Resolution Blue #213B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 55.77%

R = 15.87%
G = 28.37%
B = 55.77%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#213B74 (or 0x213B74) is known color: Resolution Blue. HEX triplet: 21, 3B and 74. RGB value is (33,59,116). Sum of RGB (Red+Green+Blue) = 33+59+116=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #213B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B74 is #DEC48B. Grayscale: #393939. Windows color (decimal): -14599308 or 7617313. OLE color: 7617313.

HSL color Cylindrical-coordinate representation of color #213B74: hue angle of 221.2º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #213B74 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 59 116 -
CMYK 0.72 0.49 0 0.55
HSL 221.2º 0.56% 0.29% -
HSV(B) 221.2º 0.72% 0.45% -
XYZ 5.34 4.71 17.15 -
YUV 57.72 160.89 110.37 -
System Red Green Blue C M Y K H S L
Decimal 33 59 116 0.72 0.49 0 0.55 221.2 0.56 0.29
Hex 21 3B 74 48 31 0 37 DD 38 1D
Octal 41 73 164 110 61 0 67 335 70 35
Binary 100001 111011 1110100 1001000 110001 0 110111 11011101 111000 11101

Color Harmonies of #213B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213B74

Black with #213B74

Text Example


Text Example

White with #213B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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