Html Css Color HEX #252651 Lucky Point

📋 copy color: '#252651'

red 37 ◦ green 38 ◦ blue 81

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

Shades of Lucky Point #252651

Tints of Lucky Point #252651

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.36%

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

R = 23.72%
G = 24.36%
B = 51.92%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#252651 (or 0x252651) is known color: Lucky Point. HEX triplet: 25, 26 and 51. RGB value is (37,38,81). Sum of RGB (Red+Green+Blue) = 37+38+81=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #252651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252651 is #DAD9AE. Grayscale: #2A2A2A. Windows color (decimal): -14342575 or 5318181. OLE color: 5318181.

HSL color Cylindrical-coordinate representation of color #252651: hue angle of 238.64º 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 #252651 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 38 81 -
CMYK 0.54 0.53 0 0.68
HSL 238.64º 0.37% 0.23% -
HSV(B) 238.64º 0.54% 0.32% -
XYZ 2.94 2.37 8.09 -
YUV 42.6 149.67 124 -
System Red Green Blue C M Y K H S L
Decimal 37 38 81 0.54 0.53 0 0.68 238.64 0.37 0.23
Hex 25 26 51 36 35 0 44 EF 25 17
Octal 45 46 121 66 65 0 104 357 45 27
Binary 100101 100110 1010001 110110 110101 0 1000100 11101111 100101 10111

Color Harmonies of #252651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252651

Black with #252651

Text Example


Text Example

White with #252651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252651; }

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

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

background-color css

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

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

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

border-color css

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

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

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