Html Css Color HEX #232552 Lucky Point

📋 copy color: '#232552'

red 35 ◦ green 37 ◦ blue 82

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

Shades of Lucky Point #232552

Tints of Lucky Point #232552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 53.25%

R = 22.73%
G = 24.03%
B = 53.25%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#232552 (or 0x232552) is known color: Lucky Point. HEX triplet: 23, 25 and 52. RGB value is (35,37,82). Sum of RGB (Red+Green+Blue) = 35+37+82=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 82 (32.42% from 255 or 53.25% from 154); Max value from RGB is 82 - color contains mainly: blue. Hex color #232552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232552 is #DCDAAD. Grayscale: #292929. Windows color (decimal): -14473902 or 5383459. OLE color: 5383459.

HSL color Cylindrical-coordinate representation of color #232552: hue angle of 237.45º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #232552 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 35 37 82 -
CMYK 0.57 0.55 0 0.68
HSL 237.45º 0.4% 0.23% -
HSV(B) 237.45º 0.57% 0.32% -
XYZ 2.88 2.29 8.27 -
YUV 41.53 150.84 123.34 -
System Red Green Blue C M Y K H S L
Decimal 35 37 82 0.57 0.55 0 0.68 237.45 0.4 0.23
Hex 23 25 52 39 37 0 44 ED 28 17
Octal 43 45 122 71 67 0 104 355 50 27
Binary 100011 100101 1010010 111001 110111 0 1000100 11101101 101000 10111

Color Harmonies of #232552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232552

Black with #232552

Text Example


Text Example

White with #232552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232552; }

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

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

background-color css

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

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

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

border-color css

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

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

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