Html Css Color HEX #252850 Lucky Point

📋 copy color: '#252850'

red 37 ◦ green 40 ◦ blue 80

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

Shades of Lucky Point #252850

Tints of Lucky Point #252850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 50.96%

R = 23.57%
G = 25.48%
B = 50.96%

CMYK

 C value IS 0.54

 M value IS 0.5

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#252850 (or 0x252850) is known color: Lucky Point. HEX triplet: 25, 28 and 50. RGB value is (37,40,80). Sum of RGB (Red+Green+Blue) = 37+40+80=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #252850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252850 is #DAD7AF. Grayscale: #2B2B2B. Windows color (decimal): -14342064 or 5253157. OLE color: 5253157.

HSL color Cylindrical-coordinate representation of color #252850: hue angle of 235.81º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #252850 is Cyan = 0.54, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 40 80 -
CMYK 0.54 0.5 0 0.69
HSL 235.81º 0.37% 0.23% -
HSV(B) 235.81º 0.54% 0.31% -
XYZ 2.97 2.49 7.91 -
YUV 43.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 37 40 80 0.54 0.5 0 0.69 235.81 0.37 0.23
Hex 25 28 50 36 32 0 45 EC 25 17
Octal 45 50 120 66 62 0 105 354 45 27
Binary 100101 101000 1010000 110110 110010 0 1000101 11101100 100101 10111

Color Harmonies of #252850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252850

Black with #252850

Text Example


Text Example

White with #252850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252850; }

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

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

background-color css

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

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

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

border-color css

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

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

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