Html Css Color HEX #21336B Resolution Blue

📋 copy color: '#21336B'

red 33 ◦ green 51 ◦ blue 107

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

Shades of Resolution Blue #21336B

Tints of Resolution Blue #21336B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 56.02%

R = 17.28%
G = 26.7%
B = 56.02%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#21336B (or 0x21336B) is known color: Resolution Blue. HEX triplet: 21, 33 and 6B. RGB value is (33,51,107). Sum of RGB (Red+Green+Blue) = 33+51+107=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 107 (42.19% from 255 or 56.02% from 191); Max value from RGB is 107 - color contains mainly: blue. Hex color #21336B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21336B is #DECC94. Grayscale: #333333. Windows color (decimal): -14601365 or 7025441. OLE color: 7025441.

HSL color Cylindrical-coordinate representation of color #21336B: hue angle of 225.41º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21336B is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 51 107 -
CMYK 0.69 0.52 0 0.58
HSL 225.41º 0.53% 0.27% -
HSV(B) 225.41º 0.69% 0.42% -
XYZ 4.46 3.75 14.4 -
YUV 52 159.04 114.45 -
System Red Green Blue C M Y K H S L
Decimal 33 51 107 0.69 0.52 0 0.58 225.41 0.53 0.27
Hex 21 33 6B 45 34 0 3A E1 35 1B
Octal 41 63 153 105 64 0 72 341 65 33
Binary 100001 110011 1101011 1000101 110100 0 111010 11100001 110101 11011

Color Harmonies of #21336B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21336B

Black with #21336B

Text Example


Text Example

White with #21336B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21336B; }

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

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

background-color css

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

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

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

border-color css

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

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

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