Html Css Color HEX #21308B Resolution Blue

📋 copy color: '#21308B'

red 33 ◦ green 48 ◦ blue 139

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

Shades of Resolution Blue #21308B

Tints of Resolution Blue #21308B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 63.18%

R = 15%
G = 21.82%
B = 63.18%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21308B (or 0x21308B) is known color: Resolution Blue. HEX triplet: 21, 30 and 8B. RGB value is (33,48,139). Sum of RGB (Red+Green+Blue) = 33+48+139=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #21308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21308B is #DECF74. Grayscale: #353535. Windows color (decimal): -14602101 or 9121825. OLE color: 9121825.

HSL color Cylindrical-coordinate representation of color #21308B: hue angle of 231.51º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21308B is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 48 139 -
CMYK 0.76 0.65 0 0.45
HSL 231.51º 0.62% 0.34% -
HSV(B) 231.51º 0.76% 0.55% -
XYZ 6.34 4.3 24.92 -
YUV 53.89 176.03 113.1 -
System Red Green Blue C M Y K H S L
Decimal 33 48 139 0.76 0.65 0 0.45 231.51 0.62 0.34
Hex 21 30 8B 4C 41 0 2D E8 3E 22
Octal 41 60 213 114 101 0 55 350 76 42
Binary 100001 110000 10001011 1001100 1000001 0 101101 11101000 111110 100010

Color Harmonies of #21308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21308B

Black with #21308B

Text Example


Text Example

White with #21308B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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