Html Css Color HEX #232863 Lucky Point

📋 copy color: '#232863'

red 35 ◦ green 40 ◦ blue 99

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

Shades of Lucky Point #232863

Tints of Lucky Point #232863

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.99%

 BLUE value IS 99 (39.06% from 255) = 56.9%

R = 20.11%
G = 22.99%
B = 56.9%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#232863 (or 0x232863) is known color: Lucky Point. HEX triplet: 23, 28 and 63. RGB value is (35,40,99). Sum of RGB (Red+Green+Blue) = 35+40+99=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 99 (39.06% from 255 or 56.90% from 174); Max value from RGB is 99 - color contains mainly: blue. Hex color #232863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232863 is #DCD79C. Grayscale: #2C2C2C. Windows color (decimal): -14473117 or 6498339. OLE color: 6498339.

HSL color Cylindrical-coordinate representation of color #232863: hue angle of 235.31º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #232863 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 35 40 99 -
CMYK 0.65 0.60 0 0.61
HSL 235.31º 0.48% 0.26% -
HSV(B) 235.31º 0.65% 0.39% -
XYZ 3.7 2.78 12.14 -
YUV 45.23 158.34 120.7 -
System Red Green Blue C M Y K H S L
Decimal 35 40 99 0.65 0.60 0 0.61 235.31 0.48 0.26
Hex 23 28 63 41 3C 0 3D EB 30 1A
Octal 43 50 143 101 74 0 75 353 60 32
Binary 100011 101000 1100011 1000001 111100 0 111101 11101011 110000 11010

Color Harmonies of #232863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232863

Black with #232863

Text Example


Text Example

White with #232863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232863; }

 p { color: rgb(35,40,99); }

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

background-color css

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

 a { background-color: rgb(35,40,99); }

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

border-color css

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

 span { border-color: rgb(35,40,99); }

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