Html Css Color HEX #21347C Resolution Blue

📋 copy color: '#21347C'

red 33 ◦ green 52 ◦ blue 124

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

Shades of Resolution Blue #21347C

Tints of Resolution Blue #21347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.88%

 BLUE value IS 124 (48.83% from 255) = 59.33%

R = 15.79%
G = 24.88%
B = 59.33%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21347C (or 0x21347C) is known color: Resolution Blue. HEX triplet: 21, 34 and 7C. RGB value is (33,52,124). Sum of RGB (Red+Green+Blue) = 33+52+124=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #21347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21347C is #DECB83. Grayscale: #363636. Windows color (decimal): -14601092 or 8139809. OLE color: 8139809.

HSL color Cylindrical-coordinate representation of color #21347C: hue angle of 227.47º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21347C is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 52 124 -
CMYK 0.73 0.58 0 0.51
HSL 227.47º 0.58% 0.31% -
HSV(B) 227.47º 0.73% 0.49% -
XYZ 5.49 4.23 19.6 -
YUV 54.53 167.21 112.65 -
System Red Green Blue C M Y K H S L
Decimal 33 52 124 0.73 0.58 0 0.51 227.47 0.58 0.31
Hex 21 34 7C 49 3A 0 33 E3 3A 1F
Octal 41 64 174 111 72 0 63 343 72 37
Binary 100001 110100 1111100 1001001 111010 0 110011 11100011 111010 11111

Color Harmonies of #21347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21347C

Black with #21347C

Text Example


Text Example

White with #21347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21347C; }

 p { color: rgb(33,52,124); }

 H1.HeaderClassName
 {
   color: #21347C;
 }
 .AnyTagClassName
 {
   color: #21347C;
 }
</style>

background-color css

<style>
 a { background-color: #21347C; }

 a { background-color: rgb(33,52,124); }

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

border-color css

<style>
 span { border-color: #21347C; }

 span { border-color: rgb(33,52,124); }

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