Html Css Color HEX #232A59 Lucky Point

📋 copy color: '#232A59'

red 35 ◦ green 42 ◦ blue 89

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

Shades of Lucky Point #232A59

Tints of Lucky Point #232A59

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.3%

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

R = 21.08%
G = 25.3%
B = 53.61%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#232A59 (or 0x232A59) is known color: Lucky Point. HEX triplet: 23, 2A and 59. RGB value is (35,42,89). Sum of RGB (Red+Green+Blue) = 35+42+89=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #232A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232A59 is #DCD5A6. Grayscale: #2D2D2D. Windows color (decimal): -14472615 or 5843491. OLE color: 5843491.

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

Color convert

RGB 35 42 89 -
CMYK 0.61 0.53 0 0.65
HSL 232.22º 0.44% 0.24% -
HSV(B) 232.22º 0.61% 0.35% -
XYZ 3.32 2.73 9.8 -
YUV 45.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 35 42 89 0.61 0.53 0 0.65 232.22 0.44 0.24
Hex 23 2A 59 3D 35 0 41 E8 2C 18
Octal 43 52 131 75 65 0 101 350 54 30
Binary 100011 101010 1011001 111101 110101 0 1000001 11101000 101100 11000

Color Harmonies of #232A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232A59

Black with #232A59

Text Example


Text Example

White with #232A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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