Html Css Color HEX #23295F Lucky Point

📋 copy color: '#23295F'

red 35 ◦ green 41 ◦ blue 95

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

Shades of Lucky Point #23295F

Tints of Lucky Point #23295F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 55.56%

R = 20.47%
G = 23.98%
B = 55.56%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#23295F (or 0x23295F) is known color: Lucky Point. HEX triplet: 23, 29 and 5F. RGB value is (35,41,95). Sum of RGB (Red+Green+Blue) = 35+41+95=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 95 (37.5% from 255 or 55.56% from 171); Max value from RGB is 95 - color contains mainly: blue. Hex color #23295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23295F is #DCD6A0. Grayscale: #2D2D2D. Windows color (decimal): -14472865 or 6236451. OLE color: 6236451.

HSL color Cylindrical-coordinate representation of color #23295F: hue angle of 234º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23295F is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 35 41 95 -
CMYK 0.63 0.57 0 0.63
HSL 234º 0.46% 0.25% -
HSV(B) 234º 0.63% 0.37% -
XYZ 3.55 2.77 11.17 -
YUV 45.36 156.01 120.61 -
System Red Green Blue C M Y K H S L
Decimal 35 41 95 0.63 0.57 0 0.63 234 0.46 0.25
Hex 23 29 5F 3F 39 0 3F EA 2E 19
Octal 43 51 137 77 71 0 77 352 56 31
Binary 100011 101001 1011111 111111 111001 0 111111 11101010 101110 11001

Color Harmonies of #23295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23295F

Black with #23295F

Text Example


Text Example

White with #23295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23295F; }

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

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

background-color css

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

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

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

border-color css

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

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

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