Html Css Color HEX #292F53 Lucky Point

📋 copy color: '#292F53'

red 41 ◦ green 47 ◦ blue 83

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

Shades of Lucky Point #292F53

Tints of Lucky Point #292F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 48.54%

R = 23.98%
G = 27.49%
B = 48.54%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#292F53 (or 0x292F53) is known color: Lucky Point. HEX triplet: 29, 2F and 53. RGB value is (41,47,83). Sum of RGB (Red+Green+Blue) = 41+47+83=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #292F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292F53 is #D6D0AC. Grayscale: #313131. Windows color (decimal): -14078125 or 5451561. OLE color: 5451561.

HSL color Cylindrical-coordinate representation of color #292F53: hue angle of 231.43º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #292F53 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 47 83 -
CMYK 0.51 0.43 0 0.67
HSL 231.43º 0.34% 0.24% -
HSV(B) 231.43º 0.51% 0.33% -
XYZ 3.49 3.13 8.6 -
YUV 49.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 41 47 83 0.51 0.43 0 0.67 231.43 0.34 0.24
Hex 29 2F 53 33 2B 0 43 E7 22 18
Octal 51 57 123 63 53 0 103 347 42 30
Binary 101001 101111 1010011 110011 101011 0 1000011 11100111 100010 11000

Color Harmonies of #292F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292F53

Black with #292F53

Text Example


Text Example

White with #292F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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