Html Css Color HEX #232749 Lucky Point

📋 copy color: '#232749'

red 35 ◦ green 39 ◦ blue 73

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

Shades of Lucky Point #232749

Tints of Lucky Point #232749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.53%

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

R = 23.81%
G = 26.53%
B = 49.66%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#232749 (or 0x232749) is known color: Lucky Point. HEX triplet: 23, 27 and 49. RGB value is (35,39,73). Sum of RGB (Red+Green+Blue) = 35+39+73=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #232749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232749 is #DCD8B6. Grayscale: #292929. Windows color (decimal): -14473399 or 4794147. OLE color: 4794147.

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

Color convert

RGB 35 39 73 -
CMYK 0.52 0.47 0 0.71
HSL 233.68º 0.35% 0.21% -
HSV(B) 233.68º 0.52% 0.29% -
XYZ 2.62 2.29 6.61 -
YUV 41.68 145.67 123.24 -
System Red Green Blue C M Y K H S L
Decimal 35 39 73 0.52 0.47 0 0.71 233.68 0.35 0.21
Hex 23 27 49 34 2F 0 47 EA 23 15
Octal 43 47 111 64 57 0 107 352 43 25
Binary 100011 100111 1001001 110100 101111 0 1000111 11101010 100011 10101

Color Harmonies of #232749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232749

Black with #232749

Text Example


Text Example

White with #232749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232749; }

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

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

background-color css

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

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

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

border-color css

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

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

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