Html Css Color HEX #25284C Lucky Point

📋 copy color: '#25284C'

red 37 ◦ green 40 ◦ blue 76

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

Shades of Lucky Point #25284C

Tints of Lucky Point #25284C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.14%

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

R = 24.18%
G = 26.14%
B = 49.67%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25284C (or 0x25284C) is known color: Lucky Point. HEX triplet: 25, 28 and 4C. RGB value is (37,40,76). Sum of RGB (Red+Green+Blue) = 37+40+76=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #25284C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25284C is #DAD7B3. Grayscale: #2B2B2B. Windows color (decimal): -14342068 or 4991013. OLE color: 4991013.

HSL color Cylindrical-coordinate representation of color #25284C: hue angle of 235.38º 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 #25284C is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 37 40 76 -
CMYK 0.51 0.47 0 0.70
HSL 235.38º 0.35% 0.22% -
HSV(B) 235.38º 0.51% 0.3% -
XYZ 2.83 2.43 7.16 -
YUV 43.21 146.51 123.57 -
System Red Green Blue C M Y K H S L
Decimal 37 40 76 0.51 0.47 0 0.70 235.38 0.35 0.22
Hex 25 28 4C 33 2F 0 46 EB 23 16
Octal 45 50 114 63 57 0 106 353 43 26
Binary 100101 101000 1001100 110011 101111 0 1000110 11101011 100011 10110

Color Harmonies of #25284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25284C

Black with #25284C

Text Example


Text Example

White with #25284C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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