Html Css Color HEX #293357 Lucky Point

📋 copy color: '#293357'

red 41 ◦ green 51 ◦ blue 87

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

Shades of Lucky Point #293357

Tints of Lucky Point #293357

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.49%

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

R = 22.91%
G = 28.49%
B = 48.6%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#293357 (or 0x293357) is known color: Lucky Point. HEX triplet: 29, 33 and 57. RGB value is (41,51,87). Sum of RGB (Red+Green+Blue) = 41+51+87=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 87 (34.38% from 255 or 48.60% from 179); Max value from RGB is 87 - color contains mainly: blue. Hex color #293357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293357 is #D6CCA8. Grayscale: #333333. Windows color (decimal): -14077097 or 5714729. OLE color: 5714729.

HSL color Cylindrical-coordinate representation of color #293357: hue angle of 226.96º 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 #293357 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 41 51 87 -
CMYK 0.53 0.41 0 0.66
HSL 226.96º 0.36% 0.25% -
HSV(B) 226.96º 0.53% 0.34% -
XYZ 3.82 3.53 9.5 -
YUV 52.11 147.69 120.07 -
System Red Green Blue C M Y K H S L
Decimal 41 51 87 0.53 0.41 0 0.66 226.96 0.36 0.25
Hex 29 33 57 35 29 0 42 E3 24 19
Octal 51 63 127 65 51 0 102 343 44 31
Binary 101001 110011 1010111 110101 101001 0 1000010 11100011 100100 11001

Color Harmonies of #293357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293357

Black with #293357

Text Example


Text Example

White with #293357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293357; }

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

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

background-color css

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

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

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

border-color css

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

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

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