Html Css Color HEX #21377F Resolution Blue

📋 copy color: '#21377F'

red 33 ◦ green 55 ◦ blue 127

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

Shades of Resolution Blue #21377F

Tints of Resolution Blue #21377F

RGB

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

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

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

R = 15.35%
G = 25.58%
B = 59.07%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#21377F (or 0x21377F) is known color: Resolution Blue. HEX triplet: 21, 37 and 7F. RGB value is (33,55,127). Sum of RGB (Red+Green+Blue) = 33+55+127=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 127 (50% from 255 or 59.07% from 215); Max value from RGB is 127 - color contains mainly: blue. Hex color #21377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21377F is #DEC880. Grayscale: #383838. Windows color (decimal): -14600321 or 8337185. OLE color: 8337185.

HSL color Cylindrical-coordinate representation of color #21377F: hue angle of 225.96º 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 #21377F is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 33 55 127 -
CMYK 0.74 0.57 0 0.50
HSL 225.96º 0.59% 0.31% -
HSV(B) 225.96º 0.74% 0.5% -
XYZ 5.82 4.59 20.66 -
YUV 56.63 167.71 111.15 -
System Red Green Blue C M Y K H S L
Decimal 33 55 127 0.74 0.57 0 0.50 225.96 0.59 0.31
Hex 21 37 7F 4A 39 0 32 E2 3B 1F
Octal 41 67 177 112 71 0 62 342 73 37
Binary 100001 110111 1111111 1001010 111001 0 110010 11100010 111011 11111

Color Harmonies of #21377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21377F

Black with #21377F

Text Example


Text Example

White with #21377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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