Html Css Color HEX #232947 Lucky Point

📋 copy color: '#232947'

red 35 ◦ green 41 ◦ blue 71

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

Shades of Lucky Point #232947

Tints of Lucky Point #232947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 48.3%

R = 23.81%
G = 27.89%
B = 48.3%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#232947 (or 0x232947) is known color: Lucky Point. HEX triplet: 23, 29 and 47. RGB value is (35,41,71). Sum of RGB (Red+Green+Blue) = 35+41+71=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 71 (28.12% from 255 or 48.30% from 147); Max value from RGB is 71 - color contains mainly: blue. Hex color #232947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232947 is #DCD6B8. Grayscale: #2A2A2A. Windows color (decimal): -14472889 or 4663587. OLE color: 4663587.

HSL color Cylindrical-coordinate representation of color #232947: hue angle of 230º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #232947 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 35 41 71 -
CMYK 0.51 0.42 0 0.72
HSL 230º 0.34% 0.21% -
HSV(B) 230º 0.51% 0.28% -
XYZ 2.62 2.4 6.29 -
YUV 42.63 144.01 122.56 -
System Red Green Blue C M Y K H S L
Decimal 35 41 71 0.51 0.42 0 0.72 230 0.34 0.21
Hex 23 29 47 33 2A 0 48 E6 22 15
Octal 43 51 107 63 52 0 110 346 42 25
Binary 100011 101001 1000111 110011 101010 0 1001000 11100110 100010 10101

Color Harmonies of #232947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232947

Black with #232947

Text Example


Text Example

White with #232947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232947; }

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

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

background-color css

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

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

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

border-color css

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

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

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