Html Css Color HEX #252D4E Lucky Point

📋 copy color: '#252D4E'

red 37 ◦ green 45 ◦ blue 78

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

Shades of Lucky Point #252D4E

Tints of Lucky Point #252D4E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 28.13%

 BLUE value IS 78 (30.86% from 255) = 48.75%

R = 23.13%
G = 28.13%
B = 48.75%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#252D4E (or 0x252D4E) is known color: Lucky Point. HEX triplet: 25, 2D and 4E. RGB value is (37,45,78). Sum of RGB (Red+Green+Blue) = 37+45+78=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #252D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252D4E is #DAD2B1. Grayscale: #2E2E2E. Windows color (decimal): -14340786 or 5123365. OLE color: 5123365.

HSL color Cylindrical-coordinate representation of color #252D4E: hue angle of 228.29º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #252D4E is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 45 78 -
CMYK 0.53 0.42 0 0.69
HSL 228.29º 0.36% 0.23% -
HSV(B) 228.29º 0.53% 0.31% -
XYZ 3.08 2.82 7.59 -
YUV 46.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 37 45 78 0.53 0.42 0 0.69 228.29 0.36 0.23
Hex 25 2D 4E 35 2A 0 45 E4 24 17
Octal 45 55 116 65 52 0 105 344 44 27
Binary 100101 101101 1001110 110101 101010 0 1000101 11100100 100100 10111

Color Harmonies of #252D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252D4E

Black with #252D4E

Text Example


Text Example

White with #252D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,45,78); }

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

background-color css

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

 a { background-color: rgb(37,45,78); }

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

border-color css

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

 span { border-color: rgb(37,45,78); }

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