Html Css Color HEX #25285B Lucky Point

📋 copy color: '#25285B'

red 37 ◦ green 40 ◦ blue 91

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

Shades of Lucky Point #25285B

Tints of Lucky Point #25285B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 54.17%

R = 22.02%
G = 23.81%
B = 54.17%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25285B (or 0x25285B) is known color: Lucky Point. HEX triplet: 25, 28 and 5B. RGB value is (37,40,91). Sum of RGB (Red+Green+Blue) = 37+40+91=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #25285B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25285B is #DAD7A4. Grayscale: #2C2C2C. Windows color (decimal): -14342053 or 5974053. OLE color: 5974053.

HSL color Cylindrical-coordinate representation of color #25285B: hue angle of 236.67º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25285B is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 40 91 -
CMYK 0.59 0.56 0 0.64
HSL 236.67º 0.42% 0.25% -
HSV(B) 236.67º 0.59% 0.36% -
XYZ 3.41 2.67 10.23 -
YUV 44.92 154.01 122.35 -
System Red Green Blue C M Y K H S L
Decimal 37 40 91 0.59 0.56 0 0.64 236.67 0.42 0.25
Hex 25 28 5B 3B 38 0 40 ED 2A 19
Octal 45 50 133 73 70 0 100 355 52 31
Binary 100101 101000 1011011 111011 111000 0 1000000 11101101 101010 11001

Color Harmonies of #25285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25285B

Black with #25285B

Text Example


Text Example

White with #25285B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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