#252C62

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

Shades of Lucky Point #252C62

Tints of Lucky Point #252C62

Color information

#252C62 (or 0x252C62) is unknown color: approx Lucky Point. HEX triplet: 25, 2C and 62. RGB value is (37,44,98). Sum of RGB (Red+Green+Blue) = 37+44+98=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #252C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C62 is #DAD39D. Grayscale: #2F2F2F. Windows color (decimal): -14341022 or 6433829. OLE color: 6433829.

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

Color convert

RGB374498-
CMYK0.620.5500.62
HSL233.11º45.19%26.47%-
HSV(B)233.11º62.24%38.43%-
XYZ3.873.0811.95-
YUV48.06156.18120.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.67%
GREEN value IS 44 (17.58% from 255) = 24.58%
BLUE value IS 98 (38.67% from 255) = 54.75%
R=20.67%
G=24.58%
B=54.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3744980.620.5500.62233.1145.1926.47
Hex252C623E3703Ee92d1a
Octal455414276670763515532
Binary100101101100110001011111011011101111101110100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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