Html Css Color HEX #292F5D Lucky Point

📋 copy color: '#292F5D'

red 41 ◦ green 47 ◦ blue 93

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

Shades of Lucky Point #292F5D

Tints of Lucky Point #292F5D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.97%

 BLUE value IS 93 (36.72% from 255) = 51.38%

R = 22.65%
G = 25.97%
B = 51.38%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#292F5D (or 0x292F5D) is known color: Lucky Point. HEX triplet: 29, 2F and 5D. RGB value is (41,47,93). Sum of RGB (Red+Green+Blue) = 41+47+93=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 47 (18.75% from 255 or 25.97% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #292F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292F5D is #D6D0A2. Grayscale: #323232. Windows color (decimal): -14078115 or 6106921. OLE color: 6106921.

HSL color Cylindrical-coordinate representation of color #292F5D: hue angle of 233.08º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #292F5D is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 47 93 -
CMYK 0.56 0.49 0 0.64
HSL 233.08º 0.39% 0.26% -
HSV(B) 233.08º 0.56% 0.36% -
XYZ 3.91 3.29 10.79 -
YUV 50.45 152.01 121.26 -
System Red Green Blue C M Y K H S L
Decimal 41 47 93 0.56 0.49 0 0.64 233.08 0.39 0.26
Hex 29 2F 5D 38 31 0 40 E9 27 1A
Octal 51 57 135 70 61 0 100 351 47 32
Binary 101001 101111 1011101 111000 110001 0 1000000 11101001 100111 11010

Color Harmonies of #292F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292F5D

Black with #292F5D

Text Example


Text Example

White with #292F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292F5D; }

 p { color: rgb(41,47,93); }

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

background-color css

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

 a { background-color: rgb(41,47,93); }

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

border-color css

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

 span { border-color: rgb(41,47,93); }

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