Html Css Color HEX #252658 Lucky Point

📋 copy color: '#252658'

red 37 ◦ green 38 ◦ blue 88

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

Shades of Lucky Point #252658

Tints of Lucky Point #252658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 53.99%

R = 22.7%
G = 23.31%
B = 53.99%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#252658 (or 0x252658) is known color: Lucky Point. HEX triplet: 25, 26 and 58. RGB value is (37,38,88). Sum of RGB (Red+Green+Blue) = 37+38+88=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #252658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252658 is #DAD9A7. Grayscale: #2B2B2B. Windows color (decimal): -14342568 or 5776933. OLE color: 5776933.

HSL color Cylindrical-coordinate representation of color #252658: hue angle of 238.82º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #252658 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 38 88 -
CMYK 0.58 0.57 0 0.65
HSL 238.82º 0.41% 0.25% -
HSV(B) 238.82º 0.58% 0.35% -
XYZ 3.22 2.48 9.54 -
YUV 43.4 153.17 123.43 -
System Red Green Blue C M Y K H S L
Decimal 37 38 88 0.58 0.57 0 0.65 238.82 0.41 0.25
Hex 25 26 58 3A 39 0 41 EF 29 19
Octal 45 46 130 72 71 0 101 357 51 31
Binary 100101 100110 1011000 111010 111001 0 1000001 11101111 101001 11001

Color Harmonies of #252658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252658

Black with #252658

Text Example


Text Example

White with #252658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252658; }

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

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

background-color css

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

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

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

border-color css

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

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

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