Html Css Color HEX #25275E Lucky Point

📋 copy color: '#25275E'

red 37 ◦ green 39 ◦ blue 94

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

Shades of Lucky Point #25275E

Tints of Lucky Point #25275E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.94%

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

R = 21.76%
G = 22.94%
B = 55.29%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25275E (or 0x25275E) is known color: Lucky Point. HEX triplet: 25, 27 and 5E. RGB value is (37,39,94). Sum of RGB (Red+Green+Blue) = 37+39+94=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 94 (37.11% from 255 or 55.29% from 170); Max value from RGB is 94 - color contains mainly: blue. Hex color #25275E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25275E is #DAD8A1. Grayscale: #2C2C2C. Windows color (decimal): -14342306 or 6170405. OLE color: 6170405.

HSL color Cylindrical-coordinate representation of color #25275E: hue angle of 237.89º 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 #25275E is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 39 94 -
CMYK 0.61 0.59 0 0.63
HSL 237.89º 0.44% 0.26% -
HSV(B) 237.89º 0.61% 0.37% -
XYZ 3.51 2.65 10.92 -
YUV 44.67 155.84 122.53 -
System Red Green Blue C M Y K H S L
Decimal 37 39 94 0.61 0.59 0 0.63 237.89 0.44 0.26
Hex 25 27 5E 3D 3B 0 3F EE 2C 1A
Octal 45 47 136 75 73 0 77 356 54 32
Binary 100101 100111 1011110 111101 111011 0 111111 11101110 101100 11010

Color Harmonies of #25275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25275E

Black with #25275E

Text Example


Text Example

White with #25275E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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