#252B55

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

Shades of Lucky Point #252B55

Tints of Lucky Point #252B55

Color information

#252B55 (or 0x252B55) is unknown color: approx Lucky Point. HEX triplet: 25, 2B and 55. RGB value is (37,43,85). Sum of RGB (Red+Green+Blue) = 37+43+85=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #252B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252B55 is #DAD4AA. Grayscale: #2D2D2D. Windows color (decimal): -14341291 or 5581605. OLE color: 5581605.

HSL color Cylindrical-coordinate representation of color #252B55: hue angle of 232.5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #252B55 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB374385-
CMYK0.560.4900.67
HSL232.5º39.34%23.92%-
HSV(B)232.5º56.47%33.33%-
XYZ3.272.788.96-
YUV45.99150.01121.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.42%
GREEN value IS 43 (17.19% from 255) = 26.06%
BLUE value IS 85 (33.59% from 255) = 51.52%
R=22.42%
G=26.06%
B=51.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3743850.560.4900.67232.539.3423.92
Hex252B553831043e82718
Octal4553125706101033504730
Binary1001011010111010101111000110001010000111110100010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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