Html Css Color HEX #232B59 Lucky Point

📋 copy color: '#232B59'

red 35 ◦ green 43 ◦ blue 89

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

Shades of Lucky Point #232B59

Tints of Lucky Point #232B59

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.75%

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

R = 20.96%
G = 25.75%
B = 53.29%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#232B59 (or 0x232B59) is known color: Lucky Point. HEX triplet: 23, 2B and 59. RGB value is (35,43,89). Sum of RGB (Red+Green+Blue) = 35+43+89=167 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.96% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #232B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232B59 is #DCD4A6. Grayscale: #2D2D2D. Windows color (decimal): -14472359 or 5843747. OLE color: 5843747.

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

Color convert

RGB 35 43 89 -
CMYK 0.61 0.52 0 0.65
HSL 231.11º 0.44% 0.24% -
HSV(B) 231.11º 0.61% 0.35% -
XYZ 3.36 2.81 9.82 -
YUV 45.85 152.35 120.26 -
System Red Green Blue C M Y K H S L
Decimal 35 43 89 0.61 0.52 0 0.65 231.11 0.44 0.24
Hex 23 2B 59 3D 34 0 41 E7 2C 18
Octal 43 53 131 75 64 0 101 347 54 30
Binary 100011 101011 1011001 111101 110100 0 1000001 11100111 101100 11000

Color Harmonies of #232B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232B59

Black with #232B59

Text Example


Text Example

White with #232B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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