Html Css Color HEX #25294F Lucky Point

📋 copy color: '#25294F'

red 37 ◦ green 41 ◦ blue 79

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

Shades of Lucky Point #25294F

Tints of Lucky Point #25294F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.11%

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

R = 23.57%
G = 26.11%
B = 50.32%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#25294F (or 0x25294F) is known color: Lucky Point. HEX triplet: 25, 29 and 4F. RGB value is (37,41,79). Sum of RGB (Red+Green+Blue) = 37+41+79=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 79 (31.25% from 255 or 50.32% from 157); Max value from RGB is 79 - color contains mainly: blue. Hex color #25294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25294F is #DAD6B0. Grayscale: #2B2B2B. Windows color (decimal): -14341809 or 5187877. OLE color: 5187877.

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

Color convert

RGB 37 41 79 -
CMYK 0.53 0.48 0 0.69
HSL 234.29º 0.36% 0.23% -
HSV(B) 234.29º 0.53% 0.31% -
XYZ 2.97 2.54 7.73 -
YUV 44.14 147.67 122.91 -
System Red Green Blue C M Y K H S L
Decimal 37 41 79 0.53 0.48 0 0.69 234.29 0.36 0.23
Hex 25 29 4F 35 30 0 45 EA 24 17
Octal 45 51 117 65 60 0 105 352 44 27
Binary 100101 101001 1001111 110101 110000 0 1000101 11101010 100100 10111

Color Harmonies of #25294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25294F

Black with #25294F

Text Example


Text Example

White with #25294F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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