Html Css Color HEX #232649 Lucky Point

📋 copy color: '#232649'

red 35 ◦ green 38 ◦ blue 73

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

Shades of Lucky Point #232649

Tints of Lucky Point #232649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.03%

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

R = 23.97%
G = 26.03%
B = 50%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#232649 (or 0x232649) is known color: Lucky Point. HEX triplet: 23, 26 and 49. RGB value is (35,38,73). Sum of RGB (Red+Green+Blue) = 35+38+73=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #232649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232649 is #DCD9B6. Grayscale: #282828. Windows color (decimal): -14473655 or 4793891. OLE color: 4793891.

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

Color convert

RGB 35 38 73 -
CMYK 0.52 0.48 0 0.71
HSL 235.26º 0.35% 0.21% -
HSV(B) 235.26º 0.52% 0.29% -
XYZ 2.59 2.22 6.6 -
YUV 41.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 35 38 73 0.52 0.48 0 0.71 235.26 0.35 0.21
Hex 23 26 49 34 30 0 47 EB 23 15
Octal 43 46 111 64 60 0 107 353 43 25
Binary 100011 100110 1001001 110100 110000 0 1000111 11101011 100011 10101

Color Harmonies of #232649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232649

Black with #232649

Text Example


Text Example

White with #232649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232649; }

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

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

background-color css

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

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

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

border-color css

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

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

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