Html Css Color HEX #21357B Resolution Blue

📋 copy color: '#21357B'

red 33 ◦ green 53 ◦ blue 123

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

Shades of Resolution Blue #21357B

Tints of Resolution Blue #21357B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.36%

 BLUE value IS 123 (48.44% from 255) = 58.85%

R = 15.79%
G = 25.36%
B = 58.85%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#21357B (or 0x21357B) is known color: Resolution Blue. HEX triplet: 21, 35 and 7B. RGB value is (33,53,123). Sum of RGB (Red+Green+Blue) = 33+53+123=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #21357B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21357B is #DECA84. Grayscale: #363636. Windows color (decimal): -14600837 or 8074529. OLE color: 8074529.

HSL color Cylindrical-coordinate representation of color #21357B: hue angle of 226.67º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21357B is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 33 53 123 -
CMYK 0.73 0.57 0 0.52
HSL 226.67º 0.58% 0.31% -
HSV(B) 226.67º 0.73% 0.48% -
XYZ 5.48 4.3 19.28 -
YUV 55 166.37 112.31 -
System Red Green Blue C M Y K H S L
Decimal 33 53 123 0.73 0.57 0 0.52 226.67 0.58 0.31
Hex 21 35 7B 49 39 0 34 E3 3A 1F
Octal 41 65 173 111 71 0 64 343 72 37
Binary 100001 110101 1111011 1001001 111001 0 110100 11100011 111010 11111

Color Harmonies of #21357B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21357B

Black with #21357B

Text Example


Text Example

White with #21357B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,53,123); }

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

background-color css

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

 a { background-color: rgb(33,53,123); }

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

border-color css

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

 span { border-color: rgb(33,53,123); }

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