Html Css Color HEX #25284B Lucky Point

📋 copy color: '#25284B'

red 37 ◦ green 40 ◦ blue 75

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

Shades of Lucky Point #25284B

Tints of Lucky Point #25284B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 49.34%

R = 24.34%
G = 26.32%
B = 49.34%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25284B (or 0x25284B) is known color: Lucky Point. HEX triplet: 25, 28 and 4B. RGB value is (37,40,75). Sum of RGB (Red+Green+Blue) = 37+40+75=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #25284B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25284B is #DAD7B4. Grayscale: #2A2A2A. Windows color (decimal): -14342069 or 4925477. OLE color: 4925477.

HSL color Cylindrical-coordinate representation of color #25284B: hue angle of 235.26º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25284B is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 40 75 -
CMYK 0.51 0.47 0 0.71
HSL 235.26º 0.34% 0.22% -
HSV(B) 235.26º 0.51% 0.29% -
XYZ 2.79 2.42 6.98 -
YUV 43.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 37 40 75 0.51 0.47 0 0.71 235.26 0.34 0.22
Hex 25 28 4B 33 2F 0 47 EB 22 16
Octal 45 50 113 63 57 0 107 353 42 26
Binary 100101 101000 1001011 110011 101111 0 1000111 11101011 100010 10110

Color Harmonies of #25284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25284B

Black with #25284B

Text Example


Text Example

White with #25284B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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