Html Css Color HEX #252655 Lucky Point

📋 copy color: '#252655'

red 37 ◦ green 38 ◦ blue 85

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

Shades of Lucky Point #252655

Tints of Lucky Point #252655

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.75%

 BLUE value IS 85 (33.59% from 255) = 53.13%

R = 23.13%
G = 23.75%
B = 53.13%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#252655 (or 0x252655) is known color: Lucky Point. HEX triplet: 25, 26 and 55. RGB value is (37,38,85). Sum of RGB (Red+Green+Blue) = 37+38+85=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #252655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252655 is #DAD9AA. Grayscale: #2A2A2A. Windows color (decimal): -14342571 or 5580325. OLE color: 5580325.

HSL color Cylindrical-coordinate representation of color #252655: hue angle of 238.75º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #252655 is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 38 85 -
CMYK 0.56 0.55 0 0.67
HSL 238.75º 0.39% 0.24% -
HSV(B) 238.75º 0.56% 0.33% -
XYZ 3.1 2.44 8.9 -
YUV 43.06 151.67 123.68 -
System Red Green Blue C M Y K H S L
Decimal 37 38 85 0.56 0.55 0 0.67 238.75 0.39 0.24
Hex 25 26 55 38 37 0 43 EF 27 18
Octal 45 46 125 70 67 0 103 357 47 30
Binary 100101 100110 1010101 111000 110111 0 1000011 11101111 100111 11000

Color Harmonies of #252655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252655

Black with #252655

Text Example


Text Example

White with #252655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252655; }

 p { color: rgb(37,38,85); }

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

background-color css

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

 a { background-color: rgb(37,38,85); }

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

border-color css

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

 span { border-color: rgb(37,38,85); }

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