Html Css Color HEX #35384D Lucky Point

📋 copy color: '#35384D'

red 53 ◦ green 56 ◦ blue 77

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

Shades of Lucky Point #35384D

Tints of Lucky Point #35384D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 41.4%

R = 28.49%
G = 30.11%
B = 41.4%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35384D (or 0x35384D) is known color: Lucky Point. HEX triplet: 35, 38 and 4D. RGB value is (53,56,77). Sum of RGB (Red+Green+Blue) = 53+56+77=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #35384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35384D is #CAC7B2. Grayscale: #393939. Windows color (decimal): -13289395 or 5060661. OLE color: 5060661.

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

Color convert

RGB 53 56 77 -
CMYK 0.31 0.27 0 0.70
HSL 232.5º 0.18% 0.25% -
HSV(B) 232.5º 0.31% 0.3% -
XYZ 4.22 4.12 7.59 -
YUV 57.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 53 56 77 0.31 0.27 0 0.70 232.5 0.18 0.25
Hex 35 38 4D 1F 1B 0 46 E8 12 19
Octal 65 70 115 37 33 0 106 350 22 31
Binary 110101 111000 1001101 11111 11011 0 1000110 11101000 10010 11001

Color Harmonies of #35384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35384D

Black with #35384D

Text Example


Text Example

White with #35384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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