Html Css Color HEX #232559 Lucky Point

📋 copy color: '#232559'

red 35 ◦ green 37 ◦ blue 89

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

Shades of Lucky Point #232559

Tints of Lucky Point #232559

RGB

 RED value IS 35 (14.06% from 255) = 21.74%

 GREEN value IS 37 (14.84% from 255) = 22.98%

 BLUE value IS 89 (35.16% from 255) = 55.28%

R = 21.74%
G = 22.98%
B = 55.28%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#232559 (or 0x232559) is known color: Lucky Point. HEX triplet: 23, 25 and 59. RGB value is (35,37,89). Sum of RGB (Red+Green+Blue) = 35+37+89=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #232559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232559 is #DCDAA6. Grayscale: #2A2A2A. Windows color (decimal): -14473895 or 5842211. OLE color: 5842211.

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

Color convert

RGB 35 37 89 -
CMYK 0.61 0.58 0 0.65
HSL 237.78º 0.44% 0.24% -
HSV(B) 237.78º 0.61% 0.35% -
XYZ 3.16 2.4 9.75 -
YUV 42.33 154.34 122.77 -
System Red Green Blue C M Y K H S L
Decimal 35 37 89 0.61 0.58 0 0.65 237.78 0.44 0.24
Hex 23 25 59 3D 3A 0 41 EE 2C 18
Octal 43 45 131 75 72 0 101 356 54 30
Binary 100011 100101 1011001 111101 111010 0 1000001 11101110 101100 11000

Color Harmonies of #232559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232559

Black with #232559

Text Example


Text Example

White with #232559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232559; }

 p { color: rgb(35,37,89); }

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

background-color css

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

 a { background-color: rgb(35,37,89); }

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

border-color css

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

 span { border-color: rgb(35,37,89); }

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