Html Css Color HEX #363E75 Torea Bay

📋 copy color: '#363E75'

red 54 ◦ green 62 ◦ blue 117

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

Shades of Torea Bay #363E75

Tints of Torea Bay #363E75

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.61%

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

R = 23.18%
G = 26.61%
B = 50.21%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#363E75 (or 0x363E75) is known color: Torea Bay. HEX triplet: 36, 3E and 75. RGB value is (54,62,117). Sum of RGB (Red+Green+Blue) = 54+62+117=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #363E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363E75 is #C9C18A. Grayscale: #414141. Windows color (decimal): -13222283 or 7683638. OLE color: 7683638.

HSL color Cylindrical-coordinate representation of color #363E75: hue angle of 232.38º 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 #363E75 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 62 117 -
CMYK 0.54 0.47 0 0.54
HSL 232.38º 0.37% 0.34% -
HSV(B) 232.38º 0.54% 0.46% -
XYZ 6.45 5.51 17.55 -
YUV 65.88 156.85 119.53 -
System Red Green Blue C M Y K H S L
Decimal 54 62 117 0.54 0.47 0 0.54 232.38 0.37 0.34
Hex 36 3E 75 36 2F 0 36 E8 25 22
Octal 66 76 165 66 57 0 66 350 45 42
Binary 110110 111110 1110101 110110 101111 0 110110 11101000 100101 100010

Color Harmonies of #363E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363E75

Black with #363E75

Text Example


Text Example

White with #363E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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