Html Css Color HEX #232948 Lucky Point

📋 copy color: '#232948'

red 35 ◦ green 41 ◦ blue 72

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

Shades of Lucky Point #232948

Tints of Lucky Point #232948

RGB

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

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

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

R = 23.65%
G = 27.7%
B = 48.65%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#232948 (or 0x232948) is known color: Lucky Point. HEX triplet: 23, 29 and 48. RGB value is (35,41,72). Sum of RGB (Red+Green+Blue) = 35+41+72=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #232948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232948 is #DCD6B7. Grayscale: #2A2A2A. Windows color (decimal): -14472888 or 4729123. OLE color: 4729123.

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

Color convert

RGB 35 41 72 -
CMYK 0.51 0.43 0 0.72
HSL 230.27º 0.35% 0.21% -
HSV(B) 230.27º 0.51% 0.28% -
XYZ 2.66 2.41 6.46 -
YUV 42.74 144.51 122.48 -
System Red Green Blue C M Y K H S L
Decimal 35 41 72 0.51 0.43 0 0.72 230.27 0.35 0.21
Hex 23 29 48 33 2B 0 48 E6 23 15
Octal 43 51 110 63 53 0 110 346 43 25
Binary 100011 101001 1001000 110011 101011 0 1001000 11100110 100011 10101

Color Harmonies of #232948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232948

Black with #232948

Text Example


Text Example

White with #232948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232948; }

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

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

background-color css

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

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

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

border-color css

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

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

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