#21445F

Color #21445F Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #21445F

Tints of Regal Blue #21445F

Color information

#21445F (or 0x21445F) is unknown color: approx Regal Blue. HEX triplet: 21, 44 and 5F. RGB value is (33,68,95). Sum of RGB (Red+Green+Blue) = 33+68+95=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #21445F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21445F is #DEBBA0. Grayscale: #3C3C3C. Windows color (decimal): -14597025 or 6243361. OLE color: 6243361.

HSL color Cylindrical-coordinate representation of color #21445F: hue angle of 206.13º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21445F is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB336895-
CMYK0.650.2800.63
HSL206.13º48.44%25.1%-
HSV(B)206.13º65.26%37.25%-
XYZ4.765.2811.6-
YUV60.61147.4108.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.84%
GREEN value IS 68 (26.95% from 255) = 34.69%
BLUE value IS 95 (37.5% from 255) = 48.47%
R=16.84%
G=34.69%
B=48.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3368950.650.2800.63206.1348.4425.1
Hex21445F411C03Fce3019
Octal41104137101340773166031
Binary1000011000100101111110000011110001111111100111011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21445F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21445F; }

 p { color: rgb(33,68,95); }

 H1.HeaderClassName
 {
   color: #21445F;
 }
 .AnyTagClassName
 {
   color: #21445F;
 }
</style>
background-color css

<style>
 a { background-color: #21445F; }

 a { background-color: rgb(33,68,95); }

 div.DivClassName
 {
   background-color: #21445F;
 }
 .BgClassName
 {
   background-color: #21445F;
 }
</style>
border-color css

<style>
 span { border-color: #21445F; }

 span { border-color: rgb(33,68,95); }

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