Html Css Color HEX #21337F Resolution Blue

📋 copy color: '#21337F'

red 33 ◦ green 51 ◦ blue 127

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

Shades of Resolution Blue #21337F

Tints of Resolution Blue #21337F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.17%

 BLUE value IS 127 (50% from 255) = 60.19%

R = 15.64%
G = 24.17%
B = 60.19%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#21337F (or 0x21337F) is known color: Resolution Blue. HEX triplet: 21, 33 and 7F. RGB value is (33,51,127). Sum of RGB (Red+Green+Blue) = 33+51+127=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #21337F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21337F is #DECC80. Grayscale: #353535. Windows color (decimal): -14601345 or 8336161. OLE color: 8336161.

HSL color Cylindrical-coordinate representation of color #21337F: hue angle of 228.51º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21337F is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 33 51 127 -
CMYK 0.74 0.60 0 0.50
HSL 228.51º 0.59% 0.31% -
HSV(B) 228.51º 0.74% 0.5% -
XYZ 5.64 4.22 20.6 -
YUV 54.28 169.04 112.82 -
System Red Green Blue C M Y K H S L
Decimal 33 51 127 0.74 0.60 0 0.50 228.51 0.59 0.31
Hex 21 33 7F 4A 3C 0 32 E5 3B 1F
Octal 41 63 177 112 74 0 62 345 73 37
Binary 100001 110011 1111111 1001010 111100 0 110010 11100101 111011 11111

Color Harmonies of #21337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21337F

Black with #21337F

Text Example


Text Example

White with #21337F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21337F; }

 p { color: rgb(33,51,127); }

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

background-color css

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

 a { background-color: rgb(33,51,127); }

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

border-color css

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

 span { border-color: rgb(33,51,127); }

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