#242B4B

Color #242B4B Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #242B4B

Tints of Lucky Point #242B4B

Color information

#242B4B (or 0x242B4B) is unknown color: approx Lucky Point. HEX triplet: 24, 2B and 4B. RGB value is (36,43,75). Sum of RGB (Red+Green+Blue) = 36+43+75=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #242B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242B4B is #DBD4B4. Grayscale: #2C2C2C. Windows color (decimal): -14406837 or 4926244. OLE color: 4926244.

HSL color Cylindrical-coordinate representation of color #242B4B: hue angle of 229.23º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #242B4B is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB364375-
CMYK0.520.4300.71
HSL229.23º35.14%21.76%-
HSV(B)229.23º52%29.41%-
XYZ2.862.617.01-
YUV44.55145.18121.9-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.38%
GREEN value IS 43 (17.19% from 255) = 27.92%
BLUE value IS 75 (29.69% from 255) = 48.70%
R=23.38%
G=27.92%
B=48.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3643750.520.4300.71229.2335.1421.76
Hex242B4B342B047e52316
Octal4453113645301073454326
Binary1001001010111001011110100101011010001111110010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242B4B; }

 p { color: rgb(36,43,75); }

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

<style>
 a { background-color: #242B4B; }

 a { background-color: rgb(36,43,75); }

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

<style>
 span { border-color: #242B4B; }

 span { border-color: rgb(36,43,75); }

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