Html Css Color HEX #232859 Lucky Point

📋 copy color: '#232859'

red 35 ◦ green 40 ◦ blue 89

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

Shades of Lucky Point #232859

Tints of Lucky Point #232859

RGB

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

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

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

R = 21.34%
G = 24.39%
B = 54.27%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#232859 (or 0x232859) is known color: Lucky Point. HEX triplet: 23, 28 and 59. RGB value is (35,40,89). Sum of RGB (Red+Green+Blue) = 35+40+89=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #232859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232859 is #DCD7A6. Grayscale: #2B2B2B. Windows color (decimal): -14473127 or 5842979. OLE color: 5842979.

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

Color convert

RGB 35 40 89 -
CMYK 0.61 0.55 0 0.65
HSL 234.44º 0.44% 0.24% -
HSV(B) 234.44º 0.61% 0.35% -
XYZ 3.26 2.6 9.78 -
YUV 44.09 153.34 121.52 -
System Red Green Blue C M Y K H S L
Decimal 35 40 89 0.61 0.55 0 0.65 234.44 0.44 0.24
Hex 23 28 59 3D 37 0 41 EA 2C 18
Octal 43 50 131 75 67 0 101 352 54 30
Binary 100011 101000 1011001 111101 110111 0 1000001 11101010 101100 11000

Color Harmonies of #232859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232859

Black with #232859

Text Example


Text Example

White with #232859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232859; }

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

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

background-color css

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

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

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

border-color css

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

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

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