Html Css Color HEX #363453 Cherry Pie

📋 copy color: '#363453'

red 54 ◦ green 52 ◦ blue 83

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

Shades of Cherry Pie #363453

Tints of Cherry Pie #363453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.51%

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

R = 28.57%
G = 27.51%
B = 43.92%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#363453 (or 0x363453) is known color: Cherry Pie. HEX triplet: 36, 34 and 53. RGB value is (54,52,83). Sum of RGB (Red+Green+Blue) = 54+52+83=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #363453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363453 is #C9CBAC. Grayscale: #383838. Windows color (decimal): -13224877 or 5452854. OLE color: 5452854.

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

Color convert

RGB 54 52 83 -
CMYK 0.35 0.37 0 0.67
HSL 243.87º 0.23% 0.26% -
HSV(B) 243.87º 0.37% 0.33% -
XYZ 4.31 3.86 8.7 -
YUV 56.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 54 52 83 0.35 0.37 0 0.67 243.87 0.23 0.26
Hex 36 34 53 23 25 0 43 F4 17 1A
Octal 66 64 123 43 45 0 103 364 27 32
Binary 110110 110100 1010011 100011 100101 0 1000011 11110100 10111 11010

Color Harmonies of #363453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363453

Black with #363453

Text Example


Text Example

White with #363453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363453; }

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

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

background-color css

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

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

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

border-color css

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

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

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