Html Css Color HEX #21338C Resolution Blue

📋 copy color: '#21338C'

red 33 ◦ green 51 ◦ blue 140

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

Shades of Resolution Blue #21338C

Tints of Resolution Blue #21338C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.77%

 BLUE value IS 140 (55.08% from 255) = 62.5%

R = 14.73%
G = 22.77%
B = 62.5%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21338C (or 0x21338C) is known color: Resolution Blue. HEX triplet: 21, 33 and 8C. RGB value is (33,51,140). Sum of RGB (Red+Green+Blue) = 33+51+140=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 140 (55.08% from 255 or 62.5% from 224); Max value from RGB is 140 - color contains mainly: blue. Hex color #21338C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21338C is #DECC73. Grayscale: #373737. Windows color (decimal): -14601332 or 9188129. OLE color: 9188129.

HSL color Cylindrical-coordinate representation of color #21338C: hue angle of 229.91º 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 #21338C is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 51 140 -
CMYK 0.76 0.64 0 0.45
HSL 229.91º 0.62% 0.34% -
HSV(B) 229.91º 0.76% 0.55% -
XYZ 6.54 4.58 25.35 -
YUV 55.76 175.54 111.76 -
System Red Green Blue C M Y K H S L
Decimal 33 51 140 0.76 0.64 0 0.45 229.91 0.62 0.34
Hex 21 33 8C 4C 40 0 2D E6 3E 22
Octal 41 63 214 114 100 0 55 346 76 42
Binary 100001 110011 10001100 1001100 1000000 0 101101 11100110 111110 100010

Color Harmonies of #21338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21338C

Black with #21338C

Text Example


Text Example

White with #21338C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,51,140); }

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

background-color css

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

 a { background-color: rgb(33,51,140); }

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

border-color css

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

 span { border-color: rgb(33,51,140); }

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