Html Css Color HEX #232E59 Lucky Point

📋 copy color: '#232E59'

red 35 ◦ green 46 ◦ blue 89

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

Shades of Lucky Point #232E59

Tints of Lucky Point #232E59

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.06%

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

R = 20.59%
G = 27.06%
B = 52.35%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#232E59 (or 0x232E59) is known color: Lucky Point. HEX triplet: 23, 2E and 59. RGB value is (35,46,89). Sum of RGB (Red+Green+Blue) = 35+46+89=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #232E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232E59 is #DCD1A6. Grayscale: #2F2F2F. Windows color (decimal): -14471591 or 5844515. OLE color: 5844515.

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

Color convert

RGB 35 46 89 -
CMYK 0.61 0.48 0 0.65
HSL 227.78º 0.44% 0.24% -
HSV(B) 227.78º 0.61% 0.35% -
XYZ 3.47 3.03 9.85 -
YUV 47.61 151.36 119 -
System Red Green Blue C M Y K H S L
Decimal 35 46 89 0.61 0.48 0 0.65 227.78 0.44 0.24
Hex 23 2E 59 3D 30 0 41 E4 2C 18
Octal 43 56 131 75 60 0 101 344 54 30
Binary 100011 101110 1011001 111101 110000 0 1000001 11100100 101100 11000

Color Harmonies of #232E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232E59

Black with #232E59

Text Example


Text Example

White with #232E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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