Html Css Color HEX #25305F Lucky Point

📋 copy color: '#25305F'

red 37 ◦ green 48 ◦ blue 95

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

Shades of Lucky Point #25305F

Tints of Lucky Point #25305F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 52.78%

R = 20.56%
G = 26.67%
B = 52.78%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25305F (or 0x25305F) is known color: Lucky Point. HEX triplet: 25, 30 and 5F. RGB value is (37,48,95). Sum of RGB (Red+Green+Blue) = 37+48+95=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #25305F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25305F is #DACFA0. Grayscale: #313131. Windows color (decimal): -14340001 or 6238245. OLE color: 6238245.

HSL color Cylindrical-coordinate representation of color #25305F: hue angle of 228.62º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25305F is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 48 95 -
CMYK 0.61 0.49 0 0.63
HSL 228.62º 0.44% 0.26% -
HSV(B) 228.62º 0.61% 0.37% -
XYZ 3.89 3.33 11.27 -
YUV 50.07 153.36 118.68 -
System Red Green Blue C M Y K H S L
Decimal 37 48 95 0.61 0.49 0 0.63 228.62 0.44 0.26
Hex 25 30 5F 3D 31 0 3F E5 2C 1A
Octal 45 60 137 75 61 0 77 345 54 32
Binary 100101 110000 1011111 111101 110001 0 111111 11100101 101100 11010

Color Harmonies of #25305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25305F

Black with #25305F

Text Example


Text Example

White with #25305F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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