Html Css Color HEX #21367B Resolution Blue

📋 copy color: '#21367B'

red 33 ◦ green 54 ◦ blue 123

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

Shades of Resolution Blue #21367B

Tints of Resolution Blue #21367B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.71%

 BLUE value IS 123 (48.44% from 255) = 58.57%

R = 15.71%
G = 25.71%
B = 58.57%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#21367B (or 0x21367B) is known color: Resolution Blue. HEX triplet: 21, 36 and 7B. RGB value is (33,54,123). Sum of RGB (Red+Green+Blue) = 33+54+123=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #21367B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21367B is #DEC984. Grayscale: #373737. Windows color (decimal): -14600581 or 8074785. OLE color: 8074785.

HSL color Cylindrical-coordinate representation of color #21367B: hue angle of 226º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21367B is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 33 54 123 -
CMYK 0.73 0.56 0 0.52
HSL 226º 0.58% 0.31% -
HSV(B) 226º 0.73% 0.48% -
XYZ 5.52 4.39 19.3 -
YUV 55.59 166.04 111.89 -
System Red Green Blue C M Y K H S L
Decimal 33 54 123 0.73 0.56 0 0.52 226 0.58 0.31
Hex 21 36 7B 49 38 0 34 E2 3A 1F
Octal 41 66 173 111 70 0 64 342 72 37
Binary 100001 110110 1111011 1001001 111000 0 110100 11100010 111010 11111

Color Harmonies of #21367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21367B

Black with #21367B

Text Example


Text Example

White with #21367B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,54,123); }

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

background-color css

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

 a { background-color: rgb(33,54,123); }

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

border-color css

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

 span { border-color: rgb(33,54,123); }

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