Html Css Color HEX #252E51 Lucky Point

📋 copy color: '#252E51'

red 37 ◦ green 46 ◦ blue 81

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

Shades of Lucky Point #252E51

Tints of Lucky Point #252E51

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.05%

 BLUE value IS 81 (32.03% from 255) = 49.39%

R = 22.56%
G = 28.05%
B = 49.39%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#252E51 (or 0x252E51) is known color: Lucky Point. HEX triplet: 25, 2E and 51. RGB value is (37,46,81). Sum of RGB (Red+Green+Blue) = 37+46+81=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #252E51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252E51 is #DAD1AE. Grayscale: #2F2F2F. Windows color (decimal): -14340527 or 5320229. OLE color: 5320229.

HSL color Cylindrical-coordinate representation of color #252E51: hue angle of 227.73º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #252E51 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 46 81 -
CMYK 0.54 0.43 0 0.68
HSL 227.73º 0.37% 0.23% -
HSV(B) 227.73º 0.54% 0.32% -
XYZ 3.23 2.94 8.18 -
YUV 47.3 147.02 120.65 -
System Red Green Blue C M Y K H S L
Decimal 37 46 81 0.54 0.43 0 0.68 227.73 0.37 0.23
Hex 25 2E 51 36 2B 0 44 E4 25 17
Octal 45 56 121 66 53 0 104 344 45 27
Binary 100101 101110 1010001 110110 101011 0 1000100 11100100 100101 10111

Color Harmonies of #252E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E51

Black with #252E51

Text Example


Text Example

White with #252E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,46,81); }

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

background-color css

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

 a { background-color: rgb(37,46,81); }

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

border-color css

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

 span { border-color: rgb(37,46,81); }

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