Html Css Color HEX #232557 Lucky Point

📋 copy color: '#232557'

red 35 ◦ green 37 ◦ blue 87

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

Shades of Lucky Point #232557

Tints of Lucky Point #232557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 54.72%

R = 22.01%
G = 23.27%
B = 54.72%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#232557 (or 0x232557) is known color: Lucky Point. HEX triplet: 23, 25 and 57. RGB value is (35,37,87). Sum of RGB (Red+Green+Blue) = 35+37+87=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 87 (34.38% from 255 or 54.72% from 159); Max value from RGB is 87 - color contains mainly: blue. Hex color #232557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232557 is #DCDAA8. Grayscale: #292929. Windows color (decimal): -14473897 or 5711139. OLE color: 5711139.

HSL color Cylindrical-coordinate representation of color #232557: hue angle of 237.69º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #232557 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 35 37 87 -
CMYK 0.60 0.57 0 0.66
HSL 237.69º 0.43% 0.24% -
HSV(B) 237.69º 0.6% 0.34% -
XYZ 3.08 2.37 9.31 -
YUV 42.1 153.34 122.93 -
System Red Green Blue C M Y K H S L
Decimal 35 37 87 0.60 0.57 0 0.66 237.69 0.43 0.24
Hex 23 25 57 3C 39 0 42 EE 2B 18
Octal 43 45 127 74 71 0 102 356 53 30
Binary 100011 100101 1010111 111100 111001 0 1000010 11101110 101011 11000

Color Harmonies of #232557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232557

Black with #232557

Text Example


Text Example

White with #232557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232557; }

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

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

background-color css

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

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

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

border-color css

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

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

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