Html Css Color HEX #23295A Lucky Point

📋 copy color: '#23295A'

red 35 ◦ green 41 ◦ blue 90

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

Shades of Lucky Point #23295A

Tints of Lucky Point #23295A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 54.22%

R = 21.08%
G = 24.7%
B = 54.22%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#23295A (or 0x23295A) is known color: Lucky Point. HEX triplet: 23, 29 and 5A. RGB value is (35,41,90). Sum of RGB (Red+Green+Blue) = 35+41+90=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #23295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23295A is #DCD6A5. Grayscale: #2C2C2C. Windows color (decimal): -14472870 or 5908771. OLE color: 5908771.

HSL color Cylindrical-coordinate representation of color #23295A: hue angle of 233.45º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #23295A is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 41 90 -
CMYK 0.61 0.54 0 0.65
HSL 233.45º 0.44% 0.25% -
HSV(B) 233.45º 0.61% 0.35% -
XYZ 3.33 2.68 10.01 -
YUV 44.79 153.51 121.02 -
System Red Green Blue C M Y K H S L
Decimal 35 41 90 0.61 0.54 0 0.65 233.45 0.44 0.25
Hex 23 29 5A 3D 36 0 41 E9 2C 19
Octal 43 51 132 75 66 0 101 351 54 31
Binary 100011 101001 1011010 111101 110110 0 1000001 11101001 101100 11001

Color Harmonies of #23295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23295A

Black with #23295A

Text Example


Text Example

White with #23295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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