Html Css Color HEX #232958 Lucky Point

📋 copy color: '#232958'

red 35 ◦ green 41 ◦ blue 88

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

Shades of Lucky Point #232958

Tints of Lucky Point #232958

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25%

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

R = 21.34%
G = 25%
B = 53.66%

CMYK

 C value IS 0.60

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#232958 (or 0x232958) is known color: Lucky Point. HEX triplet: 23, 29 and 58. RGB value is (35,41,88). Sum of RGB (Red+Green+Blue) = 35+41+88=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #232958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232958 is #DCD6A7. Grayscale: #2C2C2C. Windows color (decimal): -14472872 or 5777699. OLE color: 5777699.

HSL color Cylindrical-coordinate representation of color #232958: hue angle of 233.21º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #232958 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 41 88 -
CMYK 0.60 0.53 0 0.65
HSL 233.21º 0.43% 0.24% -
HSV(B) 233.21º 0.6% 0.35% -
XYZ 3.25 2.65 9.57 -
YUV 44.56 152.51 121.18 -
System Red Green Blue C M Y K H S L
Decimal 35 41 88 0.60 0.53 0 0.65 233.21 0.43 0.24
Hex 23 29 58 3C 35 0 41 E9 2B 18
Octal 43 51 130 74 65 0 101 351 53 30
Binary 100011 101001 1011000 111100 110101 0 1000001 11101001 101011 11000

Color Harmonies of #232958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232958

Black with #232958

Text Example


Text Example

White with #232958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232958; }

 p { color: rgb(35,41,88); }

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

background-color css

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

 a { background-color: rgb(35,41,88); }

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

border-color css

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

 span { border-color: rgb(35,41,88); }

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