Html Css Color HEX #21307C Resolution Blue

📋 copy color: '#21307C'

red 33 ◦ green 48 ◦ blue 124

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

Shades of Resolution Blue #21307C

Tints of Resolution Blue #21307C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.41%

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

R = 16.1%
G = 23.41%
B = 60.49%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21307C (or 0x21307C) is known color: Resolution Blue. HEX triplet: 21, 30 and 7C. RGB value is (33,48,124). Sum of RGB (Red+Green+Blue) = 33+48+124=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #21307C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21307C is #DECF83. Grayscale: #333333. Windows color (decimal): -14602116 or 8138785. OLE color: 8138785.

HSL color Cylindrical-coordinate representation of color #21307C: hue angle of 230.11º 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 #21307C is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 48 124 -
CMYK 0.73 0.61 0 0.51
HSL 230.11º 0.58% 0.31% -
HSV(B) 230.11º 0.73% 0.49% -
XYZ 5.32 3.89 19.54 -
YUV 52.18 168.53 114.32 -
System Red Green Blue C M Y K H S L
Decimal 33 48 124 0.73 0.61 0 0.51 230.11 0.58 0.31
Hex 21 30 7C 49 3D 0 33 E6 3A 1F
Octal 41 60 174 111 75 0 63 346 72 37
Binary 100001 110000 1111100 1001001 111101 0 110011 11100110 111010 11111

Color Harmonies of #21307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21307C

Black with #21307C

Text Example


Text Example

White with #21307C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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