Html Css Color HEX #35384F Lucky Point

📋 copy color: '#35384F'

red 53 ◦ green 56 ◦ blue 79

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

Shades of Lucky Point #35384F

Tints of Lucky Point #35384F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.79%

 BLUE value IS 79 (31.25% from 255) = 42.02%

R = 28.19%
G = 29.79%
B = 42.02%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#35384F (or 0x35384F) is known color: Lucky Point. HEX triplet: 35, 38 and 4F. RGB value is (53,56,79). Sum of RGB (Red+Green+Blue) = 53+56+79=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 79 - color contains mainly: blue. Hex color #35384F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35384F is #CAC7B0. Grayscale: #393939. Windows color (decimal): -13289393 or 5191733. OLE color: 5191733.

HSL color Cylindrical-coordinate representation of color #35384F: hue angle of 233.08º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #35384F is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 56 79 -
CMYK 0.33 0.29 0 0.69
HSL 233.08º 0.2% 0.26% -
HSV(B) 233.08º 0.33% 0.31% -
XYZ 4.29 4.15 7.97 -
YUV 57.73 140.01 124.63 -
System Red Green Blue C M Y K H S L
Decimal 53 56 79 0.33 0.29 0 0.69 233.08 0.2 0.26
Hex 35 38 4F 21 1D 0 45 E9 14 1A
Octal 65 70 117 41 35 0 105 351 24 32
Binary 110101 111000 1001111 100001 11101 0 1000101 11101001 10100 11010

Color Harmonies of #35384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35384F

Black with #35384F

Text Example


Text Example

White with #35384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35384F; }

 p { color: rgb(53,56,79); }

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

background-color css

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

 a { background-color: rgb(53,56,79); }

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

border-color css

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

 span { border-color: rgb(53,56,79); }

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