Html Css Color HEX #25274E Lucky Point

📋 copy color: '#25274E'

red 37 ◦ green 39 ◦ blue 78

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

Shades of Lucky Point #25274E

Tints of Lucky Point #25274E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 50.65%

R = 24.03%
G = 25.32%
B = 50.65%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#25274E (or 0x25274E) is known color: Lucky Point. HEX triplet: 25, 27 and 4E. RGB value is (37,39,78). Sum of RGB (Red+Green+Blue) = 37+39+78=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 78 (30.86% from 255 or 50.65% from 154); Max value from RGB is 78 - color contains mainly: blue. Hex color #25274E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25274E is #DAD8B1. Grayscale: #2A2A2A. Windows color (decimal): -14342322 or 5121829. OLE color: 5121829.

HSL color Cylindrical-coordinate representation of color #25274E: hue angle of 237.07º 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 #25274E is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 39 78 -
CMYK 0.53 0.50 0 0.69
HSL 237.07º 0.36% 0.23% -
HSV(B) 237.07º 0.53% 0.31% -
XYZ 2.86 2.39 7.52 -
YUV 42.85 147.84 123.83 -
System Red Green Blue C M Y K H S L
Decimal 37 39 78 0.53 0.50 0 0.69 237.07 0.36 0.23
Hex 25 27 4E 35 32 0 45 ED 24 17
Octal 45 47 116 65 62 0 105 355 44 27
Binary 100101 100111 1001110 110101 110010 0 1000101 11101101 100100 10111

Color Harmonies of #25274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25274E

Black with #25274E

Text Example


Text Example

White with #25274E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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