Html Css Color HEX #25274A Lucky Point

📋 copy color: '#25274A'

red 37 ◦ green 39 ◦ blue 74

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

Shades of Lucky Point #25274A

Tints of Lucky Point #25274A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 49.33%

R = 24.67%
G = 26%
B = 49.33%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25274A (or 0x25274A) is known color: Lucky Point. HEX triplet: 25, 27 and 4A. RGB value is (37,39,74). Sum of RGB (Red+Green+Blue) = 37+39+74=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #25274A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25274A is #DAD8B5. Grayscale: #2A2A2A. Windows color (decimal): -14342326 or 4859685. OLE color: 4859685.

HSL color Cylindrical-coordinate representation of color #25274A: hue angle of 236.76º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #25274A is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 39 74 -
CMYK 0.50 0.47 0 0.71
HSL 236.76º 0.33% 0.22% -
HSV(B) 236.76º 0.5% 0.29% -
XYZ 2.72 2.34 6.79 -
YUV 42.39 145.84 124.15 -
System Red Green Blue C M Y K H S L
Decimal 37 39 74 0.50 0.47 0 0.71 236.76 0.33 0.22
Hex 25 27 4A 32 2F 0 47 ED 21 16
Octal 45 47 112 62 57 0 107 355 41 26
Binary 100101 100111 1001010 110010 101111 0 1000111 11101101 100001 10110

Color Harmonies of #25274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25274A

Black with #25274A

Text Example


Text Example

White with #25274A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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