Html Css Color HEX #252E4E Lucky Point

📋 copy color: '#252E4E'

red 37 ◦ green 46 ◦ blue 78

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

Shades of Lucky Point #252E4E

Tints of Lucky Point #252E4E

RGB

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

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

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

R = 22.98%
G = 28.57%
B = 48.45%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#252E4E (or 0x252E4E) is known color: Lucky Point. HEX triplet: 25, 2E and 4E. RGB value is (37,46,78). Sum of RGB (Red+Green+Blue) = 37+46+78=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 78 - color contains mainly: blue. Hex color #252E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252E4E is #DAD1B1. Grayscale: #2E2E2E. Windows color (decimal): -14340530 or 5123621. OLE color: 5123621.

HSL color Cylindrical-coordinate representation of color #252E4E: hue angle of 226.83º 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 #252E4E is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 46 78 -
CMYK 0.53 0.41 0 0.69
HSL 226.83º 0.36% 0.23% -
HSV(B) 226.83º 0.53% 0.31% -
XYZ 3.12 2.9 7.6 -
YUV 46.96 145.52 120.9 -
System Red Green Blue C M Y K H S L
Decimal 37 46 78 0.53 0.41 0 0.69 226.83 0.36 0.23
Hex 25 2E 4E 35 29 0 45 E3 24 17
Octal 45 56 116 65 51 0 105 343 44 27
Binary 100101 101110 1001110 110101 101001 0 1000101 11100011 100100 10111

Color Harmonies of #252E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E4E

Black with #252E4E

Text Example


Text Example

White with #252E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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