Html Css Color HEX #35374C Lucky Point

📋 copy color: '#35374C'

red 53 ◦ green 55 ◦ blue 76

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

Shades of Lucky Point #35374C

Tints of Lucky Point #35374C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.89%

 BLUE value IS 76 (30.08% from 255) = 41.3%

R = 28.8%
G = 29.89%
B = 41.3%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35374C (or 0x35374C) is known color: Lucky Point. HEX triplet: 35, 37 and 4C. RGB value is (53,55,76). Sum of RGB (Red+Green+Blue) = 53+55+76=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 76 - color contains mainly: blue. Hex color #35374C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35374C is #CAC8B3. Grayscale: #383838. Windows color (decimal): -13289652 or 4994869. OLE color: 4994869.

HSL color Cylindrical-coordinate representation of color #35374C: hue angle of 234.78º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #35374C is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 55 76 -
CMYK 0.30 0.28 0 0.70
HSL 234.78º 0.18% 0.25% -
HSV(B) 234.78º 0.3% 0.3% -
XYZ 4.14 4.01 7.39 -
YUV 56.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 53 55 76 0.30 0.28 0 0.70 234.78 0.18 0.25
Hex 35 37 4C 1E 1C 0 46 EB 12 19
Octal 65 67 114 36 34 0 106 353 22 31
Binary 110101 110111 1001100 11110 11100 0 1000110 11101011 10010 11001

Color Harmonies of #35374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35374C

Black with #35374C

Text Example


Text Example

White with #35374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35374C; }

 p { color: rgb(53,55,76); }

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

background-color css

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

 a { background-color: rgb(53,55,76); }

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

border-color css

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

 span { border-color: rgb(53,55,76); }

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