Html Css Color HEX #21306B Resolution Blue

📋 copy color: '#21306B'

red 33 ◦ green 48 ◦ blue 107

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

Shades of Resolution Blue #21306B

Tints of Resolution Blue #21306B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 56.91%

R = 17.55%
G = 25.53%
B = 56.91%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#21306B (or 0x21306B) is known color: Resolution Blue. HEX triplet: 21, 30 and 6B. RGB value is (33,48,107). Sum of RGB (Red+Green+Blue) = 33+48+107=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 107 (42.19% from 255 or 56.91% from 188); Max value from RGB is 107 - color contains mainly: blue. Hex color #21306B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21306B is #DECF94. Grayscale: #313131. Windows color (decimal): -14602133 or 7024673. OLE color: 7024673.

HSL color Cylindrical-coordinate representation of color #21306B: hue angle of 227.84º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21306B is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 48 107 -
CMYK 0.69 0.55 0 0.58
HSL 227.84º 0.53% 0.27% -
HSV(B) 227.84º 0.69% 0.42% -
XYZ 4.34 3.5 14.36 -
YUV 50.24 160.03 115.7 -
System Red Green Blue C M Y K H S L
Decimal 33 48 107 0.69 0.55 0 0.58 227.84 0.53 0.27
Hex 21 30 6B 45 37 0 3A E4 35 1B
Octal 41 60 153 105 67 0 72 344 65 33
Binary 100001 110000 1101011 1000101 110111 0 111010 11100100 110101 11011

Color Harmonies of #21306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21306B

Black with #21306B

Text Example


Text Example

White with #21306B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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