Html Css Color HEX #23295B Lucky Point

📋 copy color: '#23295B'

red 35 ◦ green 41 ◦ blue 91

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

Shades of Lucky Point #23295B

Tints of Lucky Point #23295B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 54.49%

R = 20.96%
G = 24.55%
B = 54.49%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23295B (or 0x23295B) is known color: Lucky Point. HEX triplet: 23, 29 and 5B. RGB value is (35,41,91). Sum of RGB (Red+Green+Blue) = 35+41+91=167 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.96% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #23295B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23295B is #DCD6A4. Grayscale: #2C2C2C. Windows color (decimal): -14472869 or 5974307. OLE color: 5974307.

HSL color Cylindrical-coordinate representation of color #23295B: hue angle of 233.57º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23295B is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 41 91 -
CMYK 0.62 0.55 0 0.64
HSL 233.57º 0.44% 0.25% -
HSV(B) 233.57º 0.62% 0.36% -
XYZ 3.37 2.7 10.24 -
YUV 44.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 35 41 91 0.62 0.55 0 0.64 233.57 0.44 0.25
Hex 23 29 5B 3E 37 0 40 EA 2C 19
Octal 43 51 133 76 67 0 100 352 54 31
Binary 100011 101001 1011011 111110 110111 0 1000000 11101010 101100 11001

Color Harmonies of #23295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23295B

Black with #23295B

Text Example


Text Example

White with #23295B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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