Html Css Color HEX #293057 Lucky Point

📋 copy color: '#293057'

red 41 ◦ green 48 ◦ blue 87

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

Shades of Lucky Point #293057

Tints of Lucky Point #293057

RGB

 RED value IS 41 (16.41% from 255) = 23.3%

 GREEN value IS 48 (19.14% from 255) = 27.27%

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

R = 23.3%
G = 27.27%
B = 49.43%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#293057 (or 0x293057) is known color: Lucky Point. HEX triplet: 29, 30 and 57. RGB value is (41,48,87). Sum of RGB (Red+Green+Blue) = 41+48+87=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 87 (34.38% from 255 or 49.43% from 176); Max value from RGB is 87 - color contains mainly: blue. Hex color #293057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293057 is #D6CFA8. Grayscale: #323232. Windows color (decimal): -14077865 or 5713961. OLE color: 5713961.

HSL color Cylindrical-coordinate representation of color #293057: hue angle of 230.87º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #293057 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 41 48 87 -
CMYK 0.53 0.45 0 0.66
HSL 230.87º 0.36% 0.25% -
HSV(B) 230.87º 0.53% 0.34% -
XYZ 3.69 3.27 9.45 -
YUV 50.35 148.68 121.33 -
System Red Green Blue C M Y K H S L
Decimal 41 48 87 0.53 0.45 0 0.66 230.87 0.36 0.25
Hex 29 30 57 35 2D 0 42 E7 24 19
Octal 51 60 127 65 55 0 102 347 44 31
Binary 101001 110000 1010111 110101 101101 0 1000010 11100111 100100 11001

Color Harmonies of #293057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293057

Black with #293057

Text Example


Text Example

White with #293057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293057; }

 p { color: rgb(41,48,87); }

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

background-color css

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

 a { background-color: rgb(41,48,87); }

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

border-color css

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

 span { border-color: rgb(41,48,87); }

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