Html Css Color HEX #232848 Lucky Point

📋 copy color: '#232848'

red 35 ◦ green 40 ◦ blue 72

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

Shades of Lucky Point #232848

Tints of Lucky Point #232848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.21%

 BLUE value IS 72 (28.52% from 255) = 48.98%

R = 23.81%
G = 27.21%
B = 48.98%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#232848 (or 0x232848) is known color: Lucky Point. HEX triplet: 23, 28 and 48. RGB value is (35,40,72). Sum of RGB (Red+Green+Blue) = 35+40+72=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #232848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232848 is #DCD7B7. Grayscale: #2A2A2A. Windows color (decimal): -14473144 or 4728867. OLE color: 4728867.

HSL color Cylindrical-coordinate representation of color #232848: hue angle of 231.89º degrees, saturation: 0.35, 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 #232848 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 35 40 72 -
CMYK 0.51 0.44 0 0.72
HSL 231.89º 0.35% 0.21% -
HSV(B) 231.89º 0.51% 0.28% -
XYZ 2.62 2.34 6.44 -
YUV 42.15 144.84 122.9 -
System Red Green Blue C M Y K H S L
Decimal 35 40 72 0.51 0.44 0 0.72 231.89 0.35 0.21
Hex 23 28 48 33 2C 0 48 E8 23 15
Octal 43 50 110 63 54 0 110 350 43 25
Binary 100011 101000 1001000 110011 101100 0 1001000 11101000 100011 10101

Color Harmonies of #232848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232848

Black with #232848

Text Example


Text Example

White with #232848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232848; }

 p { color: rgb(35,40,72); }

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

background-color css

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

 a { background-color: rgb(35,40,72); }

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

border-color css

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

 span { border-color: rgb(35,40,72); }

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