Html Css Color HEX #21388B Resolution Blue

📋 copy color: '#21388B'

red 33 ◦ green 56 ◦ blue 139

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

Shades of Resolution Blue #21388B

Tints of Resolution Blue #21388B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.56%

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

R = 14.47%
G = 24.56%
B = 60.96%

CMYK

 C value IS 0.76

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21388B (or 0x21388B) is known color: Resolution Blue. HEX triplet: 21, 38 and 8B. RGB value is (33,56,139). Sum of RGB (Red+Green+Blue) = 33+56+139=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #21388B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21388B is #DEC774. Grayscale: #3A3A3A. Windows color (decimal): -14600053 or 9123873. OLE color: 9123873.

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

Color convert

RGB 33 56 139 -
CMYK 0.76 0.60 0 0.45
HSL 226.98º 0.62% 0.34% -
HSV(B) 226.98º 0.76% 0.55% -
XYZ 6.7 5.02 25.04 -
YUV 58.59 173.38 109.75 -
System Red Green Blue C M Y K H S L
Decimal 33 56 139 0.76 0.60 0 0.45 226.98 0.62 0.34
Hex 21 38 8B 4C 3C 0 2D E3 3E 22
Octal 41 70 213 114 74 0 55 343 76 42
Binary 100001 111000 10001011 1001100 111100 0 101101 11100011 111110 100010

Color Harmonies of #21388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21388B

Black with #21388B

Text Example


Text Example

White with #21388B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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