Html Css Color HEX #252654 Lucky Point

📋 copy color: '#252654'

red 37 ◦ green 38 ◦ blue 84

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

Shades of Lucky Point #252654

Tints of Lucky Point #252654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 52.83%

R = 23.27%
G = 23.9%
B = 52.83%

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

#252654 (or 0x252654) is known color: Lucky Point. HEX triplet: 25, 26 and 54. RGB value is (37,38,84). Sum of RGB (Red+Green+Blue) = 37+38+84=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #252654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252654 is #DAD9AB. Grayscale: #2A2A2A. Windows color (decimal): -14342572 or 5514789. OLE color: 5514789.

HSL color Cylindrical-coordinate representation of color #252654: hue angle of 238.72º 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 #252654 is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 38 84 -
CMYK 0.56 0.55 0 0.67
HSL 238.72º 0.39% 0.24% -
HSV(B) 238.72º 0.56% 0.33% -
XYZ 3.06 2.42 8.69 -
YUV 42.95 151.17 123.76 -
System Red Green Blue C M Y K H S L
Decimal 37 38 84 0.56 0.55 0 0.67 238.72 0.39 0.24
Hex 25 26 54 38 37 0 43 EF 27 18
Octal 45 46 124 70 67 0 103 357 47 30
Binary 100101 100110 1010100 111000 110111 0 1000011 11101111 100111 11000

Color Harmonies of #252654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252654

Black with #252654

Text Example


Text Example

White with #252654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252654; }

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

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

background-color css

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

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

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

border-color css

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

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

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