Html Css Color HEX #363953 Lucky Point

📋 copy color: '#363953'

red 54 ◦ green 57 ◦ blue 83

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

Shades of Lucky Point #363953

Tints of Lucky Point #363953

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.38%

 BLUE value IS 83 (32.81% from 255) = 42.78%

R = 27.84%
G = 29.38%
B = 42.78%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#363953 (or 0x363953) is known color: Lucky Point. HEX triplet: 36, 39 and 53. RGB value is (54,57,83). Sum of RGB (Red+Green+Blue) = 54+57+83=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 83 - color contains mainly: blue. Hex color #363953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363953 is #C9C6AC. Grayscale: #3A3A3A. Windows color (decimal): -13223597 or 5454134. OLE color: 5454134.

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

Color convert

RGB 54 57 83 -
CMYK 0.35 0.31 0 0.67
HSL 233.79º 0.21% 0.27% -
HSV(B) 233.79º 0.35% 0.33% -
XYZ 4.55 4.34 8.78 -
YUV 59.07 141.51 124.39 -
System Red Green Blue C M Y K H S L
Decimal 54 57 83 0.35 0.31 0 0.67 233.79 0.21 0.27
Hex 36 39 53 23 1F 0 43 EA 15 1B
Octal 66 71 123 43 37 0 103 352 25 33
Binary 110110 111001 1010011 100011 11111 0 1000011 11101010 10101 11011

Color Harmonies of #363953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363953

Black with #363953

Text Example


Text Example

White with #363953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363953; }

 p { color: rgb(54,57,83); }

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

background-color css

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

 a { background-color: rgb(54,57,83); }

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

border-color css

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

 span { border-color: rgb(54,57,83); }

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