Html Css Color HEX #25295B Lucky Point

📋 copy color: '#25295B'

red 37 ◦ green 41 ◦ blue 91

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

Shades of Lucky Point #25295B

Tints of Lucky Point #25295B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 53.85%

R = 21.89%
G = 24.26%
B = 53.85%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25295B (or 0x25295B) is known color: Lucky Point. HEX triplet: 25, 29 and 5B. RGB value is (37,41,91). Sum of RGB (Red+Green+Blue) = 37+41+91=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #25295B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25295B is #DAD6A4. Grayscale: #2D2D2D. Windows color (decimal): -14341797 or 5974309. OLE color: 5974309.

HSL color Cylindrical-coordinate representation of color #25295B: hue angle of 235.56º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25295B is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 41 91 -
CMYK 0.59 0.55 0 0.64
HSL 235.56º 0.42% 0.25% -
HSV(B) 235.56º 0.59% 0.36% -
XYZ 3.44 2.73 10.24 -
YUV 45.5 153.67 121.93 -
System Red Green Blue C M Y K H S L
Decimal 37 41 91 0.59 0.55 0 0.64 235.56 0.42 0.25
Hex 25 29 5B 3B 37 0 40 EC 2A 19
Octal 45 51 133 73 67 0 100 354 52 31
Binary 100101 101001 1011011 111011 110111 0 1000000 11101100 101010 11001

Color Harmonies of #25295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25295B

Black with #25295B

Text Example


Text Example

White with #25295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25295B; }

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

 H1.HeaderClassName
 {
   color: #25295B;
 }
 .AnyTagClassName
 {
   color: #25295B;
 }
</style>

background-color css

<style>
 a { background-color: #25295B; }

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

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

border-color css

<style>
 span { border-color: #25295B; }

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

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