#232C62

Color #232C62 Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #232C62

Tints of Lucky Point #232C62

Color information

#232C62 (or 0x232C62) is unknown color: approx Lucky Point. HEX triplet: 23, 2C and 62. RGB value is (35,44,98). Sum of RGB (Red+Green+Blue) = 35+44+98=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 98 (38.67% from 255 or 55.37% from 177); Max value from RGB is 98 - color contains mainly: blue. Hex color #232C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C62 is #DCD39D. Grayscale: #2F2F2F. Windows color (decimal): -14472094 or 6433827. OLE color: 6433827.

HSL color Cylindrical-coordinate representation of color #232C62: hue angle of 231.43º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #232C62 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB354498-
CMYK0.640.5500.62
HSL231.43º47.37%26.08%-
HSV(B)231.43º64.29%38.43%-
XYZ3.83.0411.94-
YUV47.46156.52119.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.77%
GREEN value IS 44 (17.58% from 255) = 24.86%
BLUE value IS 98 (38.67% from 255) = 55.37%
R=19.77%
G=24.86%
B=55.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3544980.640.5500.62231.4347.3726.08
Hex232C62403703Ee72f1a
Octal4354142100670763475732
Binary1000111011001100010100000011011101111101110011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232C62; }

 p { color: rgb(35,44,98); }

 H1.HeaderClassName
 {
   color: #232C62;
 }
 .AnyTagClassName
 {
   color: #232C62;
 }
</style>
background-color css

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

 a { background-color: rgb(35,44,98); }

 div.DivClassName
 {
   background-color: #232C62;
 }
 .BgClassName
 {
   background-color: #232C62;
 }
</style>
border-color css

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

 span { border-color: rgb(35,44,98); }

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