Html Css Color HEX #35364E Lucky Point

📋 copy color: '#35364E'

red 53 ◦ green 54 ◦ blue 78

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

Shades of Lucky Point #35364E

Tints of Lucky Point #35364E

RGB

 RED value IS 53 (21.09% from 255) = 28.65%

 GREEN value IS 54 (21.48% from 255) = 29.19%

 BLUE value IS 78 (30.86% from 255) = 42.16%

R = 28.65%
G = 29.19%
B = 42.16%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#35364E (or 0x35364E) is known color: Lucky Point. HEX triplet: 35, 36 and 4E. RGB value is (53,54,78). Sum of RGB (Red+Green+Blue) = 53+54+78=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #35364E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35364E is #CAC9B1. Grayscale: #383838. Windows color (decimal): -13289906 or 5125685. OLE color: 5125685.

HSL color Cylindrical-coordinate representation of color #35364E: hue angle of 237.6º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #35364E is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 54 78 -
CMYK 0.32 0.31 0 0.69
HSL 237.6º 0.19% 0.26% -
HSV(B) 237.6º 0.32% 0.31% -
XYZ 4.16 3.95 7.75 -
YUV 56.44 140.17 125.55 -
System Red Green Blue C M Y K H S L
Decimal 53 54 78 0.32 0.31 0 0.69 237.6 0.19 0.26
Hex 35 36 4E 20 1F 0 45 EE 13 1A
Octal 65 66 116 40 37 0 105 356 23 32
Binary 110101 110110 1001110 100000 11111 0 1000101 11101110 10011 11010

Color Harmonies of #35364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35364E

Black with #35364E

Text Example


Text Example

White with #35364E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35364E; }

 p { color: rgb(53,54,78); }

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

background-color css

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

 a { background-color: rgb(53,54,78); }

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

border-color css

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

 span { border-color: rgb(53,54,78); }

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