Html Css Color HEX #232853 Lucky Point

📋 copy color: '#232853'

red 35 ◦ green 40 ◦ blue 83

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

Shades of Lucky Point #232853

Tints of Lucky Point #232853

RGB

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

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

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

R = 22.15%
G = 25.32%
B = 52.53%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#232853 (or 0x232853) is known color: Lucky Point. HEX triplet: 23, 28 and 53. RGB value is (35,40,83). Sum of RGB (Red+Green+Blue) = 35+40+83=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #232853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232853 is #DCD7AC. Grayscale: #2B2B2B. Windows color (decimal): -14473133 or 5449763. OLE color: 5449763.

HSL color Cylindrical-coordinate representation of color #232853: hue angle of 233.75º 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 #232853 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 40 83 -
CMYK 0.58 0.52 0 0.67
HSL 233.75º 0.41% 0.23% -
HSV(B) 233.75º 0.58% 0.33% -
XYZ 3.01 2.5 8.51 -
YUV 43.41 150.34 122 -
System Red Green Blue C M Y K H S L
Decimal 35 40 83 0.58 0.52 0 0.67 233.75 0.41 0.23
Hex 23 28 53 3A 34 0 43 EA 29 17
Octal 43 50 123 72 64 0 103 352 51 27
Binary 100011 101000 1010011 111010 110100 0 1000011 11101010 101001 10111

Color Harmonies of #232853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232853

Black with #232853

Text Example


Text Example

White with #232853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232853; }

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

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

background-color css

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

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

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

border-color css

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

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

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