Html Css Color HEX #232949 Lucky Point

📋 copy color: '#232949'

red 35 ◦ green 41 ◦ blue 73

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

Shades of Lucky Point #232949

Tints of Lucky Point #232949

RGB

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

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

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

R = 23.49%
G = 27.52%
B = 48.99%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#232949 (or 0x232949) is known color: Lucky Point. HEX triplet: 23, 29 and 49. RGB value is (35,41,73). Sum of RGB (Red+Green+Blue) = 35+41+73=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #232949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232949 is #DCD6B6. Grayscale: #2A2A2A. Windows color (decimal): -14472887 or 4794659. OLE color: 4794659.

HSL color Cylindrical-coordinate representation of color #232949: hue angle of 230.53º 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 #232949 is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 35 41 73 -
CMYK 0.52 0.44 0 0.71
HSL 230.53º 0.35% 0.21% -
HSV(B) 230.53º 0.52% 0.29% -
XYZ 2.69 2.42 6.63 -
YUV 42.85 145.01 122.4 -
System Red Green Blue C M Y K H S L
Decimal 35 41 73 0.52 0.44 0 0.71 230.53 0.35 0.21
Hex 23 29 49 34 2C 0 47 E7 23 15
Octal 43 51 111 64 54 0 107 347 43 25
Binary 100011 101001 1001001 110100 101100 0 1000111 11100111 100011 10101

Color Harmonies of #232949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232949

Black with #232949

Text Example


Text Example

White with #232949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232949; }

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

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

background-color css

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

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

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

border-color css

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

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

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