#252B4D

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

Shades of Lucky Point #252B4D

Tints of Lucky Point #252B4D

Color information

#252B4D (or 0x252B4D) is unknown color: approx Lucky Point. HEX triplet: 25, 2B and 4D. RGB value is (37,43,77). Sum of RGB (Red+Green+Blue) = 37+43+77=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #252B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252B4D is #DAD4B2. Grayscale: #2C2C2C. Windows color (decimal): -14341299 or 5057317. OLE color: 5057317.

HSL color Cylindrical-coordinate representation of color #252B4D: hue angle of 231º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #252B4D is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB374377-
CMYK0.520.4400.70
HSL231º35.09%22.35%-
HSV(B)231º51.95%30.2%-
XYZ2.972.667.38-
YUV45.08146.01122.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.57%
GREEN value IS 43 (17.19% from 255) = 27.39%
BLUE value IS 77 (30.47% from 255) = 49.04%
R=23.57%
G=27.39%
B=49.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3743770.520.4400.7023135.0922.35
Hex252B4D342C046e72316
Octal4553115645401063474326
Binary1001011010111001101110100101100010001101110011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252B4D; }

 p { color: rgb(37,43,77); }

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

<style>
 a { background-color: #252B4D; }

 a { background-color: rgb(37,43,77); }

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

<style>
 span { border-color: #252B4D; }

 span { border-color: rgb(37,43,77); }

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