Html Css Color HEX #25305A Lucky Point

📋 copy color: '#25305A'

red 37 ◦ green 48 ◦ blue 90

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

Shades of Lucky Point #25305A

Tints of Lucky Point #25305A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.43%

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

R = 21.14%
G = 27.43%
B = 51.43%

CMYK

 C value IS 0.59

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#25305A (or 0x25305A) is known color: Lucky Point. HEX triplet: 25, 30 and 5A. RGB value is (37,48,90). Sum of RGB (Red+Green+Blue) = 37+48+90=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #25305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25305A is #DACFA5. Grayscale: #313131. Windows color (decimal): -14340006 or 5910565. OLE color: 5910565.

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

Color convert

RGB 37 48 90 -
CMYK 0.59 0.47 0 0.65
HSL 227.55º 0.42% 0.25% -
HSV(B) 227.55º 0.59% 0.35% -
XYZ 3.67 3.25 10.11 -
YUV 49.5 150.86 119.08 -
System Red Green Blue C M Y K H S L
Decimal 37 48 90 0.59 0.47 0 0.65 227.55 0.42 0.25
Hex 25 30 5A 3B 2F 0 41 E4 2A 19
Octal 45 60 132 73 57 0 101 344 52 31
Binary 100101 110000 1011010 111011 101111 0 1000001 11100100 101010 11001

Color Harmonies of #25305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25305A

Black with #25305A

Text Example


Text Example

White with #25305A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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