Html Css Color HEX #21307D Resolution Blue

📋 copy color: '#21307D'

red 33 ◦ green 48 ◦ blue 125

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

Shades of Resolution Blue #21307D

Tints of Resolution Blue #21307D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 60.68%

R = 16.02%
G = 23.3%
B = 60.68%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21307D (or 0x21307D) is known color: Resolution Blue. HEX triplet: 21, 30 and 7D. RGB value is (33,48,125). Sum of RGB (Red+Green+Blue) = 33+48+125=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #21307D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21307D is #DECF82. Grayscale: #333333. Windows color (decimal): -14602115 or 8204321. OLE color: 8204321.

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

Color convert

RGB 33 48 125 -
CMYK 0.74 0.62 0 0.51
HSL 230.22º 0.58% 0.31% -
HSV(B) 230.22º 0.74% 0.49% -
XYZ 5.39 3.92 19.87 -
YUV 52.29 169.03 114.24 -
System Red Green Blue C M Y K H S L
Decimal 33 48 125 0.74 0.62 0 0.51 230.22 0.58 0.31
Hex 21 30 7D 4A 3E 0 33 E6 3A 1F
Octal 41 60 175 112 76 0 63 346 72 37
Binary 100001 110000 1111101 1001010 111110 0 110011 11100110 111010 11111

Color Harmonies of #21307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21307D

Black with #21307D

Text Example


Text Example

White with #21307D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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