Html Css Color HEX #232B49 Lucky Point

📋 copy color: '#232B49'

red 35 ◦ green 43 ◦ blue 73

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

Shades of Lucky Point #232B49

Tints of Lucky Point #232B49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 48.34%

R = 23.18%
G = 28.48%
B = 48.34%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#232B49 (or 0x232B49) is known color: Lucky Point. HEX triplet: 23, 2B and 49. RGB value is (35,43,73). Sum of RGB (Red+Green+Blue) = 35+43+73=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #232B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232B49 is #DCD4B6. Grayscale: #2B2B2B. Windows color (decimal): -14472375 or 4795171. OLE color: 4795171.

HSL color Cylindrical-coordinate representation of color #232B49: hue angle of 227.37º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #232B49 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 35 43 73 -
CMYK 0.52 0.41 0 0.71
HSL 227.37º 0.35% 0.21% -
HSV(B) 227.37º 0.52% 0.29% -
XYZ 2.76 2.57 6.65 -
YUV 44.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 35 43 73 0.52 0.41 0 0.71 227.37 0.35 0.21
Hex 23 2B 49 34 29 0 47 E3 23 15
Octal 43 53 111 64 51 0 107 343 43 25
Binary 100011 101011 1001001 110100 101001 0 1000111 11100011 100011 10101

Color Harmonies of #232B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232B49

Black with #232B49

Text Example


Text Example

White with #232B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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