Html Css Color HEX #25294A Lucky Point

📋 copy color: '#25294A'

red 37 ◦ green 41 ◦ blue 74

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

Shades of Lucky Point #25294A

Tints of Lucky Point #25294A

RGB

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

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

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

R = 24.34%
G = 26.97%
B = 48.68%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25294A (or 0x25294A) is known color: Lucky Point. HEX triplet: 25, 29 and 4A. RGB value is (37,41,74). Sum of RGB (Red+Green+Blue) = 37+41+74=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 74 (29.30% from 255 or 48.68% from 152); Max value from RGB is 74 - color contains mainly: blue. Hex color #25294A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25294A is #DAD6B5. Grayscale: #2B2B2B. Windows color (decimal): -14341814 or 4860197. OLE color: 4860197.

HSL color Cylindrical-coordinate representation of color #25294A: hue angle of 233.51º 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 #25294A is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 41 74 -
CMYK 0.50 0.45 0 0.71
HSL 233.51º 0.33% 0.22% -
HSV(B) 233.51º 0.5% 0.29% -
XYZ 2.79 2.47 6.81 -
YUV 43.57 145.17 123.32 -
System Red Green Blue C M Y K H S L
Decimal 37 41 74 0.50 0.45 0 0.71 233.51 0.33 0.22
Hex 25 29 4A 32 2D 0 47 EA 21 16
Octal 45 51 112 62 55 0 107 352 41 26
Binary 100101 101001 1001010 110010 101101 0 1000111 11101010 100001 10110

Color Harmonies of #25294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25294A

Black with #25294A

Text Example


Text Example

White with #25294A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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