Html Css Color HEX #363755 Lucky Point

📋 copy color: '#363755'

red 54 ◦ green 55 ◦ blue 85

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

Shades of Lucky Point #363755

Tints of Lucky Point #363755

RGB

 RED value IS 54 (21.48% from 255) = 27.84%

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

 BLUE value IS 85 (33.59% from 255) = 43.81%

R = 27.84%
G = 28.35%
B = 43.81%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#363755 (or 0x363755) is known color: Lucky Point. HEX triplet: 36, 37 and 55. RGB value is (54,55,85). Sum of RGB (Red+Green+Blue) = 54+55+85=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 85 - color contains mainly: blue. Hex color #363755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363755 is #C9C8AA. Grayscale: #393939. Windows color (decimal): -13224107 or 5584694. OLE color: 5584694.

HSL color Cylindrical-coordinate representation of color #363755: hue angle of 238.06º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #363755 is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 55 85 -
CMYK 0.36 0.35 0 0.67
HSL 238.06º 0.22% 0.27% -
HSV(B) 238.06º 0.36% 0.33% -
XYZ 4.53 4.17 9.16 -
YUV 58.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 54 55 85 0.36 0.35 0 0.67 238.06 0.22 0.27
Hex 36 37 55 24 23 0 43 EE 16 1B
Octal 66 67 125 44 43 0 103 356 26 33
Binary 110110 110111 1010101 100100 100011 0 1000011 11101110 10110 11011

Color Harmonies of #363755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363755

Black with #363755

Text Example


Text Example

White with #363755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363755; }

 p { color: rgb(54,55,85); }

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

background-color css

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

 a { background-color: rgb(54,55,85); }

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

border-color css

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

 span { border-color: rgb(54,55,85); }

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