Html Css Color HEX #25294D Lucky Point

📋 copy color: '#25294D'

red 37 ◦ green 41 ◦ blue 77

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

Shades of Lucky Point #25294D

Tints of Lucky Point #25294D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 49.68%

R = 23.87%
G = 26.45%
B = 49.68%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25294D (or 0x25294D) is known color: Lucky Point. HEX triplet: 25, 29 and 4D. RGB value is (37,41,77). Sum of RGB (Red+Green+Blue) = 37+41+77=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #25294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25294D is #DAD6B2. Grayscale: #2B2B2B. Windows color (decimal): -14341811 or 5056805. OLE color: 5056805.

HSL color Cylindrical-coordinate representation of color #25294D: hue angle of 234º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #25294D is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 37 41 77 -
CMYK 0.52 0.47 0 0.70
HSL 234º 0.35% 0.22% -
HSV(B) 234º 0.52% 0.3% -
XYZ 2.9 2.52 7.35 -
YUV 43.91 146.67 123.07 -
System Red Green Blue C M Y K H S L
Decimal 37 41 77 0.52 0.47 0 0.70 234 0.35 0.22
Hex 25 29 4D 34 2F 0 46 EA 23 16
Octal 45 51 115 64 57 0 106 352 43 26
Binary 100101 101001 1001101 110100 101111 0 1000110 11101010 100011 10110

Color Harmonies of #25294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25294D

Black with #25294D

Text Example


Text Example

White with #25294D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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