Html Css Color HEX #232659 Lucky Point

📋 copy color: '#232659'

red 35 ◦ green 38 ◦ blue 89

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

Shades of Lucky Point #232659

Tints of Lucky Point #232659

RGB

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

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

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

R = 21.6%
G = 23.46%
B = 54.94%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#232659 (or 0x232659) is known color: Lucky Point. HEX triplet: 23, 26 and 59. RGB value is (35,38,89). Sum of RGB (Red+Green+Blue) = 35+38+89=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #232659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232659 is #DCD9A6. Grayscale: #2A2A2A. Windows color (decimal): -14473639 or 5842467. OLE color: 5842467.

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

Color convert

RGB 35 38 89 -
CMYK 0.61 0.57 0 0.65
HSL 236.67º 0.44% 0.24% -
HSV(B) 236.67º 0.61% 0.35% -
XYZ 3.19 2.46 9.76 -
YUV 42.92 154.01 122.35 -
System Red Green Blue C M Y K H S L
Decimal 35 38 89 0.61 0.57 0 0.65 236.67 0.44 0.24
Hex 23 26 59 3D 39 0 41 ED 2C 18
Octal 43 46 131 75 71 0 101 355 54 30
Binary 100011 100110 1011001 111101 111001 0 1000001 11101101 101100 11000

Color Harmonies of #232659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232659

Black with #232659

Text Example


Text Example

White with #232659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232659; }

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

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

background-color css

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

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

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

border-color css

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

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

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