Html Css Color HEX #232963 Lucky Point

📋 copy color: '#232963'

red 35 ◦ green 41 ◦ blue 99

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

Shades of Lucky Point #232963

Tints of Lucky Point #232963

RGB

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

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

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

R = 20%
G = 23.43%
B = 56.57%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#232963 (or 0x232963) is known color: Lucky Point. HEX triplet: 23, 29 and 63. RGB value is (35,41,99). Sum of RGB (Red+Green+Blue) = 35+41+99=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #232963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232963 is #DCD69C. Grayscale: #2D2D2D. Windows color (decimal): -14472861 or 6498595. OLE color: 6498595.

HSL color Cylindrical-coordinate representation of color #232963: hue angle of 234.38º 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 #232963 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 35 41 99 -
CMYK 0.65 0.59 0 0.61
HSL 234.38º 0.48% 0.26% -
HSV(B) 234.38º 0.65% 0.39% -
XYZ 3.74 2.84 12.16 -
YUV 45.82 158.01 120.28 -
System Red Green Blue C M Y K H S L
Decimal 35 41 99 0.65 0.59 0 0.61 234.38 0.48 0.26
Hex 23 29 63 41 3B 0 3D EA 30 1A
Octal 43 51 143 101 73 0 75 352 60 32
Binary 100011 101001 1100011 1000001 111011 0 111101 11101010 110000 11010

Color Harmonies of #232963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232963

Black with #232963

Text Example


Text Example

White with #232963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232963; }

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

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

background-color css

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

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

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

border-color css

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

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

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