#2A445C

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

Shades of Regal Blue #2A445C

Tints of Regal Blue #2A445C

Color information

#2A445C (or 0x2A445C) is unknown color: approx Regal Blue. HEX triplet: 2A, 44 and 5C. RGB value is (42,68,92). Sum of RGB (Red+Green+Blue) = 42+68+92=202 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.79% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #2A445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A445C is #D5BBA3. Grayscale: #3E3E3E. Windows color (decimal): -14007204 or 6046762. OLE color: 6046762.

HSL color Cylindrical-coordinate representation of color #2A445C: hue angle of 208.8º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A445C is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB426892-
CMYK0.540.2600.64
HSL208.8º37.31%26.27%-
HSV(B)208.8º54.35%36.08%-
XYZ4.955.410.91-
YUV62.96144.39113.05-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.79%
GREEN value IS 68 (26.95% from 255) = 33.66%
BLUE value IS 92 (36.33% from 255) = 45.54%
R=20.79%
G=33.66%
B=45.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4268920.540.2600.64208.837.3126.27
Hex2A445C361A040d1251a
Octal52104134663201003214532
Binary1010101000100101110011011011010010000001101000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A445C; }

 p { color: rgb(42,68,92); }

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

<style>
 a { background-color: #2A445C; }

 a { background-color: rgb(42,68,92); }

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

<style>
 span { border-color: #2A445C; }

 span { border-color: rgb(42,68,92); }

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