Html Css Color HEX #21378D Resolution Blue

📋 copy color: '#21378D'

red 33 ◦ green 55 ◦ blue 141

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

Shades of Resolution Blue #21378D

Tints of Resolution Blue #21378D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.02%

 BLUE value IS 141 (55.47% from 255) = 61.57%

R = 14.41%
G = 24.02%
B = 61.57%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21378D (or 0x21378D) is known color: Resolution Blue. HEX triplet: 21, 37 and 8D. RGB value is (33,55,141). Sum of RGB (Red+Green+Blue) = 33+55+141=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 141 (55.47% from 255 or 61.57% from 229); Max value from RGB is 141 - color contains mainly: blue. Hex color #21378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21378D is #DEC872. Grayscale: #393939. Windows color (decimal): -14600307 or 9254689. OLE color: 9254689.

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

Color convert

RGB 33 55 141 -
CMYK 0.77 0.61 0 0.45
HSL 227.78º 0.62% 0.34% -
HSV(B) 227.78º 0.77% 0.55% -
XYZ 6.8 4.98 25.8 -
YUV 58.23 174.71 110.01 -
System Red Green Blue C M Y K H S L
Decimal 33 55 141 0.77 0.61 0 0.45 227.78 0.62 0.34
Hex 21 37 8D 4D 3D 0 2D E4 3E 22
Octal 41 67 215 115 75 0 55 344 76 42
Binary 100001 110111 10001101 1001101 111101 0 101101 11100100 111110 100010

Color Harmonies of #21378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21378D

Black with #21378D

Text Example


Text Example

White with #21378D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,55,141); }

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

background-color css

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

 a { background-color: rgb(33,55,141); }

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

border-color css

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

 span { border-color: rgb(33,55,141); }

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