Html Css Color HEX #232953 Lucky Point

📋 copy color: '#232953'

red 35 ◦ green 41 ◦ blue 83

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

Shades of Lucky Point #232953

Tints of Lucky Point #232953

RGB

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

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

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

R = 22.01%
G = 25.79%
B = 52.2%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#232953 (or 0x232953) is known color: Lucky Point. HEX triplet: 23, 29 and 53. RGB value is (35,41,83). Sum of RGB (Red+Green+Blue) = 35+41+83=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #232953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232953 is #DCD6AC. Grayscale: #2B2B2B. Windows color (decimal): -14472877 or 5450019. OLE color: 5450019.

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

Color convert

RGB 35 41 83 -
CMYK 0.58 0.51 0 0.67
HSL 232.5º 0.41% 0.23% -
HSV(B) 232.5º 0.58% 0.33% -
XYZ 3.05 2.57 8.52 -
YUV 43.99 150.01 121.58 -
System Red Green Blue C M Y K H S L
Decimal 35 41 83 0.58 0.51 0 0.67 232.5 0.41 0.23
Hex 23 29 53 3A 33 0 43 E8 29 17
Octal 43 51 123 72 63 0 103 350 51 27
Binary 100011 101001 1010011 111010 110011 0 1000011 11101000 101001 10111

Color Harmonies of #232953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232953

Black with #232953

Text Example


Text Example

White with #232953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232953; }

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

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

background-color css

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

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

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

border-color css

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

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

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