Html Css Color HEX #252957 Lucky Point

📋 copy color: '#252957'

red 37 ◦ green 41 ◦ blue 87

#252957
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky Point #252957

Tints of Lucky Point #252957

RGB

 RED value IS 37 (14.84% from 255) = 22.42%

 GREEN value IS 41 (16.41% from 255) = 24.85%

 BLUE value IS 87 (34.38% from 255) = 52.73%

R = 22.42%
G = 24.85%
B = 52.73%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#252957 (or 0x252957) is known color: Lucky Point. HEX triplet: 25, 29 and 57. RGB value is (37,41,87). Sum of RGB (Red+Green+Blue) = 37+41+87=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #252957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252957 is #DAD6A8. Grayscale: #2C2C2C. Windows color (decimal): -14341801 or 5712165. OLE color: 5712165.

HSL color Cylindrical-coordinate representation of color #252957: hue angle of 235.2º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #252957 is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 37 41 87 -
CMYK 0.57 0.53 0 0.66
HSL 235.2º 0.4% 0.24% -
HSV(B) 235.2º 0.57% 0.34% -
XYZ 3.28 2.67 9.36 -
YUV 45.05 151.67 122.26 -
System Red Green Blue C M Y K H S L
Decimal 37 41 87 0.57 0.53 0 0.66 235.2 0.4 0.24
Hex 25 29 57 39 35 0 42 EB 28 18
Octal 45 51 127 71 65 0 102 353 50 30
Binary 100101 101001 1010111 111001 110101 0 1000010 11101011 101000 11000

Color Harmonies of #252957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252957

Black with #252957

Text Example


Text Example

White with #252957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252957; }

 p { color: rgb(37,41,87); }

 H1.HeaderClassName
 {
   color: #252957;
 }
 .AnyTagClassName
 {
   color: #252957;
 }
</style>

background-color css

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

 a { background-color: rgb(37,41,87); }

 div.DivClassName
 {
   background-color: #252957;
 }
 .BgClassName
 {
   background-color: #252957;
 }
</style>

border-color css

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

 span { border-color: rgb(37,41,87); }

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