Html Css Color HEX #23295E Lucky Point

📋 copy color: '#23295E'

red 35 ◦ green 41 ◦ blue 94

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

Shades of Lucky Point #23295E

Tints of Lucky Point #23295E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 55.29%

R = 20.59%
G = 24.12%
B = 55.29%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#23295E (or 0x23295E) is known color: Lucky Point. HEX triplet: 23, 29 and 5E. RGB value is (35,41,94). Sum of RGB (Red+Green+Blue) = 35+41+94=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 94 (37.11% from 255 or 55.29% from 170); Max value from RGB is 94 - color contains mainly: blue. Hex color #23295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23295E is #DCD6A1. Grayscale: #2D2D2D. Windows color (decimal): -14472866 or 6170915. OLE color: 6170915.

HSL color Cylindrical-coordinate representation of color #23295E: hue angle of 233.9º 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 #23295E is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 35 41 94 -
CMYK 0.63 0.56 0 0.63
HSL 233.9º 0.46% 0.25% -
HSV(B) 233.9º 0.63% 0.37% -
XYZ 3.51 2.75 10.94 -
YUV 45.25 155.51 120.69 -
System Red Green Blue C M Y K H S L
Decimal 35 41 94 0.63 0.56 0 0.63 233.9 0.46 0.25
Hex 23 29 5E 3F 38 0 3F EA 2E 19
Octal 43 51 136 77 70 0 77 352 56 31
Binary 100011 101001 1011110 111111 111000 0 111111 11101010 101110 11001

Color Harmonies of #23295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23295E

Black with #23295E

Text Example


Text Example

White with #23295E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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