Html Css Color HEX #25274F Lucky Point

📋 copy color: '#25274F'

red 37 ◦ green 39 ◦ blue 79

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

Shades of Lucky Point #25274F

Tints of Lucky Point #25274F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25.16%

 BLUE value IS 79 (31.25% from 255) = 50.97%

R = 23.87%
G = 25.16%
B = 50.97%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#25274F (or 0x25274F) is known color: Lucky Point. HEX triplet: 25, 27 and 4F. RGB value is (37,39,79). Sum of RGB (Red+Green+Blue) = 37+39+79=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 79 (31.25% from 255 or 50.97% from 155); Max value from RGB is 79 - color contains mainly: blue. Hex color #25274F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25274F is #DAD8B0. Grayscale: #2A2A2A. Windows color (decimal): -14342321 or 5187365. OLE color: 5187365.

HSL color Cylindrical-coordinate representation of color #25274F: hue angle of 237.14º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #25274F is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 39 79 -
CMYK 0.53 0.51 0 0.69
HSL 237.14º 0.36% 0.23% -
HSV(B) 237.14º 0.53% 0.31% -
XYZ 2.9 2.41 7.71 -
YUV 42.96 148.34 123.75 -
System Red Green Blue C M Y K H S L
Decimal 37 39 79 0.53 0.51 0 0.69 237.14 0.36 0.23
Hex 25 27 4F 35 33 0 45 ED 24 17
Octal 45 47 117 65 63 0 105 355 44 27
Binary 100101 100111 1001111 110101 110011 0 1000101 11101101 100100 10111

Color Harmonies of #25274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25274F

Black with #25274F

Text Example


Text Example

White with #25274F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,39,79); }

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

background-color css

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

 a { background-color: rgb(37,39,79); }

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

border-color css

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

 span { border-color: rgb(37,39,79); }

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