#1D224B

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

Shades of Lucky Point #1D224B

Tints of Lucky Point #1D224B

Color information

#1D224B (or 0x1D224B) is unknown color: approx Lucky Point. HEX triplet: 1D, 22 and 4B. RGB value is (29,34,75). Sum of RGB (Red+Green+Blue) = 29+34+75=138 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.01% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 75 (29.69% from 255 or 54.35% from 138); Max value from RGB is 75 - color contains mainly: blue. Hex color #1D224B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D224B is #E2DDB4. Grayscale: #252525. Windows color (decimal): -14867893 or 4923933. OLE color: 4923933.

HSL color Cylindrical-coordinate representation of color #1D224B: hue angle of 233.48º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D224B is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB293475-
CMYK0.610.5500.71
HSL233.48º44.23%20.39%-
HSV(B)233.48º61.33%29.41%-
XYZ2.351.916.9-
YUV37.18149.34122.17-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.01%
GREEN value IS 34 (13.67% from 255) = 24.64%
BLUE value IS 75 (29.69% from 255) = 54.35%
R=21.01%
G=24.64%
B=54.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2934750.610.5500.71233.4844.2320.39
Hex1D224B3D37047e92c14
Octal3542113756701073515424
Binary111011000101001011111101110111010001111110100110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D224B; }

 p { color: rgb(29,34,75); }

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

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

 a { background-color: rgb(29,34,75); }

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

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

 span { border-color: rgb(29,34,75); }

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