Html Css Color HEX #21376F Resolution Blue

📋 copy color: '#21376F'

red 33 ◦ green 55 ◦ blue 111

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

Shades of Resolution Blue #21376F

Tints of Resolution Blue #21376F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.64%

 BLUE value IS 111 (43.75% from 255) = 55.78%

R = 16.58%
G = 27.64%
B = 55.78%

CMYK

 C value IS 0.70

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#21376F (or 0x21376F) is known color: Resolution Blue. HEX triplet: 21, 37 and 6F. RGB value is (33,55,111). Sum of RGB (Red+Green+Blue) = 33+55+111=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #21376F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21376F is #DEC890. Grayscale: #363636. Windows color (decimal): -14600337 or 7288609. OLE color: 7288609.

HSL color Cylindrical-coordinate representation of color #21376F: hue angle of 223.08º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21376F is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 55 111 -
CMYK 0.70 0.50 0 0.56
HSL 223.08º 0.54% 0.28% -
HSV(B) 223.08º 0.7% 0.44% -
XYZ 4.86 4.2 15.59 -
YUV 54.81 159.71 112.45 -
System Red Green Blue C M Y K H S L
Decimal 33 55 111 0.70 0.50 0 0.56 223.08 0.54 0.28
Hex 21 37 6F 46 32 0 38 DF 36 1C
Octal 41 67 157 106 62 0 70 337 66 34
Binary 100001 110111 1101111 1000110 110010 0 111000 11011111 110110 11100

Color Harmonies of #21376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21376F

Black with #21376F

Text Example


Text Example

White with #21376F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,55,111); }

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

background-color css

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

 a { background-color: rgb(33,55,111); }

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

border-color css

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

 span { border-color: rgb(33,55,111); }

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