Html Css Color HEX #25285E Lucky Point

📋 copy color: '#25285E'

red 37 ◦ green 40 ◦ blue 94

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

Shades of Lucky Point #25285E

Tints of Lucky Point #25285E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 54.97%

R = 21.64%
G = 23.39%
B = 54.97%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25285E (or 0x25285E) is known color: Lucky Point. HEX triplet: 25, 28 and 5E. RGB value is (37,40,94). Sum of RGB (Red+Green+Blue) = 37+40+94=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #25285E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25285E is #DAD7A1. Grayscale: #2D2D2D. Windows color (decimal): -14342050 or 6170661. OLE color: 6170661.

HSL color Cylindrical-coordinate representation of color #25285E: hue angle of 236.84º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25285E is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 40 94 -
CMYK 0.61 0.57 0 0.63
HSL 236.84º 0.44% 0.26% -
HSV(B) 236.84º 0.61% 0.37% -
XYZ 3.54 2.72 10.93 -
YUV 45.26 155.51 122.11 -
System Red Green Blue C M Y K H S L
Decimal 37 40 94 0.61 0.57 0 0.63 236.84 0.44 0.26
Hex 25 28 5E 3D 39 0 3F ED 2C 1A
Octal 45 50 136 75 71 0 77 355 54 32
Binary 100101 101000 1011110 111101 111001 0 111111 11101101 101100 11010

Color Harmonies of #25285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25285E

Black with #25285E

Text Example


Text Example

White with #25285E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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