Html Css Color HEX #232553 Lucky Point

📋 copy color: '#232553'

red 35 ◦ green 37 ◦ blue 83

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

Shades of Lucky Point #232553

Tints of Lucky Point #232553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.87%

 BLUE value IS 83 (32.81% from 255) = 53.55%

R = 22.58%
G = 23.87%
B = 53.55%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#232553 (or 0x232553) is known color: Lucky Point. HEX triplet: 23, 25 and 53. RGB value is (35,37,83). Sum of RGB (Red+Green+Blue) = 35+37+83=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #232553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232553 is #DCDAAC. Grayscale: #292929. Windows color (decimal): -14473901 or 5448995. OLE color: 5448995.

HSL color Cylindrical-coordinate representation of color #232553: hue angle of 237.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #232553 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 37 83 -
CMYK 0.58 0.55 0 0.67
HSL 237.5º 0.41% 0.23% -
HSV(B) 237.5º 0.58% 0.33% -
XYZ 2.92 2.3 8.47 -
YUV 41.65 151.34 123.26 -
System Red Green Blue C M Y K H S L
Decimal 35 37 83 0.58 0.55 0 0.67 237.5 0.41 0.23
Hex 23 25 53 3A 37 0 43 EE 29 17
Octal 43 45 123 72 67 0 103 356 51 27
Binary 100011 100101 1010011 111010 110111 0 1000011 11101110 101001 10111

Color Harmonies of #232553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232553

Black with #232553

Text Example


Text Example

White with #232553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232553; }

 p { color: rgb(35,37,83); }

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

background-color css

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

 a { background-color: rgb(35,37,83); }

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

border-color css

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

 span { border-color: rgb(35,37,83); }

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