Html Css Color HEX #25295A Lucky Point

📋 copy color: '#25295A'

red 37 ◦ green 41 ◦ blue 90

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

Shades of Lucky Point #25295A

Tints of Lucky Point #25295A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 53.57%

R = 22.02%
G = 24.4%
B = 53.57%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#25295A (or 0x25295A) is known color: Lucky Point. HEX triplet: 25, 29 and 5A. RGB value is (37,41,90). Sum of RGB (Red+Green+Blue) = 37+41+90=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #25295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25295A is #DAD6A5. Grayscale: #2D2D2D. Windows color (decimal): -14341798 or 5908773. OLE color: 5908773.

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

Color convert

RGB 37 41 90 -
CMYK 0.59 0.54 0 0.65
HSL 235.47º 0.42% 0.25% -
HSV(B) 235.47º 0.59% 0.35% -
XYZ 3.4 2.72 10.02 -
YUV 45.39 153.17 122.02 -
System Red Green Blue C M Y K H S L
Decimal 37 41 90 0.59 0.54 0 0.65 235.47 0.42 0.25
Hex 25 29 5A 3B 36 0 41 EB 2A 19
Octal 45 51 132 73 66 0 101 353 52 31
Binary 100101 101001 1011010 111011 110110 0 1000001 11101011 101010 11001

Color Harmonies of #25295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25295A

Black with #25295A

Text Example


Text Example

White with #25295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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