Html Css Color HEX #25284F Lucky Point

📋 copy color: '#25284F'

red 37 ◦ green 40 ◦ blue 79

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

Shades of Lucky Point #25284F

Tints of Lucky Point #25284F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 50.64%

R = 23.72%
G = 25.64%
B = 50.64%

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

#25284F (or 0x25284F) is known color: Lucky Point. HEX triplet: 25, 28 and 4F. RGB value is (37,40,79). Sum of RGB (Red+Green+Blue) = 37+40+79=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 79 (31.25% from 255 or 50.64% from 156); Max value from RGB is 79 - color contains mainly: blue. Hex color #25284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25284F is #DAD7B0. Grayscale: #2B2B2B. Windows color (decimal): -14342065 or 5187621. OLE color: 5187621.

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

Color convert

RGB 37 40 79 -
CMYK 0.53 0.49 0 0.69
HSL 235.71º 0.36% 0.23% -
HSV(B) 235.71º 0.53% 0.31% -
XYZ 2.93 2.48 7.72 -
YUV 43.55 148.01 123.33 -
System Red Green Blue C M Y K H S L
Decimal 37 40 79 0.53 0.49 0 0.69 235.71 0.36 0.23
Hex 25 28 4F 35 31 0 45 EC 24 17
Octal 45 50 117 65 61 0 105 354 44 27
Binary 100101 101000 1001111 110101 110001 0 1000101 11101100 100100 10111

Color Harmonies of #25284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25284F

Black with #25284F

Text Example


Text Example

White with #25284F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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