Html Css Color HEX #25295C Lucky Point

📋 copy color: '#25295C'

red 37 ◦ green 41 ◦ blue 92

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

Shades of Lucky Point #25295C

Tints of Lucky Point #25295C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 54.12%

R = 21.76%
G = 24.12%
B = 54.12%

CMYK

 C value IS 0.60

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25295C (or 0x25295C) is known color: Lucky Point. HEX triplet: 25, 29 and 5C. RGB value is (37,41,92). Sum of RGB (Red+Green+Blue) = 37+41+92=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 92 (36.33% from 255 or 54.12% from 170); Max value from RGB is 92 - color contains mainly: blue. Hex color #25295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25295C is #DAD6A3. Grayscale: #2D2D2D. Windows color (decimal): -14341796 or 6039845. OLE color: 6039845.

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

Color convert

RGB 37 41 92 -
CMYK 0.60 0.55 0 0.64
HSL 235.64º 0.43% 0.25% -
HSV(B) 235.64º 0.6% 0.36% -
XYZ 3.49 2.75 10.47 -
YUV 45.62 154.17 121.85 -
System Red Green Blue C M Y K H S L
Decimal 37 41 92 0.60 0.55 0 0.64 235.64 0.43 0.25
Hex 25 29 5C 3C 37 0 40 EC 2B 19
Octal 45 51 134 74 67 0 100 354 53 31
Binary 100101 101001 1011100 111100 110111 0 1000000 11101100 101011 11001

Color Harmonies of #25295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25295C

Black with #25295C

Text Example


Text Example

White with #25295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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