Html Css Color HEX #25284E Lucky Point

📋 copy color: '#25284E'

red 37 ◦ green 40 ◦ blue 78

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

Shades of Lucky Point #25284E

Tints of Lucky Point #25284E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.81%

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

R = 23.87%
G = 25.81%
B = 50.32%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#25284E (or 0x25284E) is known color: Lucky Point. HEX triplet: 25, 28 and 4E. RGB value is (37,40,78). Sum of RGB (Red+Green+Blue) = 37+40+78=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #25284E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25284E is #DAD7B1. Grayscale: #2B2B2B. Windows color (decimal): -14342066 or 5122085. OLE color: 5122085.

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

Color convert

RGB 37 40 78 -
CMYK 0.53 0.49 0 0.69
HSL 235.61º 0.36% 0.23% -
HSV(B) 235.61º 0.53% 0.31% -
XYZ 2.9 2.46 7.53 -
YUV 43.44 147.51 123.41 -
System Red Green Blue C M Y K H S L
Decimal 37 40 78 0.53 0.49 0 0.69 235.61 0.36 0.23
Hex 25 28 4E 35 31 0 45 EC 24 17
Octal 45 50 116 65 61 0 105 354 44 27
Binary 100101 101000 1001110 110101 110001 0 1000101 11101100 100100 10111

Color Harmonies of #25284E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25284E

Black with #25284E

Text Example


Text Example

White with #25284E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25284E; }

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

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

background-color css

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

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

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

border-color css

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

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

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