Html Css Color HEX #25294C Lucky Point

📋 copy color: '#25294C'

red 37 ◦ green 41 ◦ blue 76

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

Shades of Lucky Point #25294C

Tints of Lucky Point #25294C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 49.35%

R = 24.03%
G = 26.62%
B = 49.35%

CMYK

 C value IS 0.51

 M value IS 0.46

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25294C (or 0x25294C) is known color: Lucky Point. HEX triplet: 25, 29 and 4C. RGB value is (37,41,76). Sum of RGB (Red+Green+Blue) = 37+41+76=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 76 (30.08% from 255 or 49.35% from 154); Max value from RGB is 76 - color contains mainly: blue. Hex color #25294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25294C is #DAD6B3. Grayscale: #2B2B2B. Windows color (decimal): -14341812 or 4991269. OLE color: 4991269.

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

Color convert

RGB 37 41 76 -
CMYK 0.51 0.46 0 0.70
HSL 233.85º 0.35% 0.22% -
HSV(B) 233.85º 0.51% 0.3% -
XYZ 2.86 2.5 7.17 -
YUV 43.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 37 41 76 0.51 0.46 0 0.70 233.85 0.35 0.22
Hex 25 29 4C 33 2E 0 46 EA 23 16
Octal 45 51 114 63 56 0 106 352 43 26
Binary 100101 101001 1001100 110011 101110 0 1000110 11101010 100011 10110

Color Harmonies of #25294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25294C

Black with #25294C

Text Example


Text Example

White with #25294C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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