#243A50

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

Shades of Regal Blue #243A50

Tints of Regal Blue #243A50

Color information

#243A50 (or 0x243A50) is unknown color: approx Regal Blue. HEX triplet: 24, 3A and 50. RGB value is (36,58,80). Sum of RGB (Red+Green+Blue) = 36+58+80=174 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.69% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 80 - color contains mainly: blue. Hex color #243A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243A50 is #DBC5AF. Grayscale: #353535. Windows color (decimal): -14402992 or 5257764. OLE color: 5257764.

HSL color Cylindrical-coordinate representation of color #243A50: hue angle of 210º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #243A50 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB365880-
CMYK0.550.2800.69
HSL210º37.93%22.75%-
HSV(B)210º55%31.37%-
XYZ3.693.988.16-
YUV53.93142.71115.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.69%
GREEN value IS 58 (23.05% from 255) = 33.33%
BLUE value IS 80 (31.64% from 255) = 45.98%
R=20.69%
G=33.33%
B=45.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3658800.550.2800.6921037.9322.75
Hex243A50371C045d22617
Octal4472120673401053224627
Binary100100111010101000011011111100010001011101001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243A50; }

 p { color: rgb(36,58,80); }

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

<style>
 a { background-color: #243A50; }

 a { background-color: rgb(36,58,80); }

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

<style>
 span { border-color: #243A50; }

 span { border-color: rgb(36,58,80); }

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