Html Css Color HEX #363775 Torea Bay

📋 copy color: '#363775'

red 54 ◦ green 55 ◦ blue 117

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

Shades of Torea Bay #363775

Tints of Torea Bay #363775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 51.77%

R = 23.89%
G = 24.34%
B = 51.77%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#363775 (or 0x363775) is known color: Torea Bay. HEX triplet: 36, 37 and 75. RGB value is (54,55,117). Sum of RGB (Red+Green+Blue) = 54+55+117=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #363775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363775 is #C9C88A. Grayscale: #3D3D3D. Windows color (decimal): -13224075 or 7681846. OLE color: 7681846.

HSL color Cylindrical-coordinate representation of color #363775: hue angle of 239.05º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #363775 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 55 117 -
CMYK 0.54 0.53 0 0.54
HSL 239.05º 0.37% 0.34% -
HSV(B) 239.05º 0.54% 0.46% -
XYZ 6.1 4.8 17.43 -
YUV 61.77 159.17 122.46 -
System Red Green Blue C M Y K H S L
Decimal 54 55 117 0.54 0.53 0 0.54 239.05 0.37 0.34
Hex 36 37 75 36 35 0 36 EF 25 22
Octal 66 67 165 66 65 0 66 357 45 42
Binary 110110 110111 1110101 110110 110101 0 110110 11101111 100101 100010

Color Harmonies of #363775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363775

Black with #363775

Text Example


Text Example

White with #363775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363775; }

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

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

background-color css

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

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

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

border-color css

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

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

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