Html Css Color HEX #25325A Lucky Point

📋 copy color: '#25325A'

red 37 ◦ green 50 ◦ blue 90

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

Shades of Lucky Point #25325A

Tints of Lucky Point #25325A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.25%

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

R = 20.9%
G = 28.25%
B = 50.85%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#25325A (or 0x25325A) is known color: Lucky Point. HEX triplet: 25, 32 and 5A. RGB value is (37,50,90). Sum of RGB (Red+Green+Blue) = 37+50+90=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #25325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25325A is #DACDA5. Grayscale: #323232. Windows color (decimal): -14339494 or 5911077. OLE color: 5911077.

HSL color Cylindrical-coordinate representation of color #25325A: hue angle of 225.28º 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 #25325A is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 50 90 -
CMYK 0.59 0.44 0 0.65
HSL 225.28º 0.42% 0.25% -
HSV(B) 225.28º 0.59% 0.35% -
XYZ 3.75 3.41 10.13 -
YUV 50.67 150.19 118.25 -
System Red Green Blue C M Y K H S L
Decimal 37 50 90 0.59 0.44 0 0.65 225.28 0.42 0.25
Hex 25 32 5A 3B 2C 0 41 E1 2A 19
Octal 45 62 132 73 54 0 101 341 52 31
Binary 100101 110010 1011010 111011 101100 0 1000001 11100001 101010 11001

Color Harmonies of #25325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25325A

Black with #25325A

Text Example


Text Example

White with #25325A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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