Html Css Color HEX #363B75 Torea Bay

📋 copy color: '#363B75'

red 54 ◦ green 59 ◦ blue 117

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

Shades of Torea Bay #363B75

Tints of Torea Bay #363B75

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.65%

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

R = 23.48%
G = 25.65%
B = 50.87%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#363B75 (or 0x363B75) is known color: Torea Bay. HEX triplet: 36, 3B and 75. RGB value is (54,59,117). Sum of RGB (Red+Green+Blue) = 54+59+117=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #363B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B75 is #C9C48A. Grayscale: #3F3F3F. Windows color (decimal): -13223051 or 7682870. OLE color: 7682870.

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

Color convert

RGB 54 59 117 -
CMYK 0.54 0.50 0 0.54
HSL 235.24º 0.37% 0.34% -
HSV(B) 235.24º 0.54% 0.46% -
XYZ 6.3 5.2 17.5 -
YUV 64.12 157.84 120.78 -
System Red Green Blue C M Y K H S L
Decimal 54 59 117 0.54 0.50 0 0.54 235.24 0.37 0.34
Hex 36 3B 75 36 32 0 36 EB 25 22
Octal 66 73 165 66 62 0 66 353 45 42
Binary 110110 111011 1110101 110110 110010 0 110110 11101011 100101 100010

Color Harmonies of #363B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363B75

Black with #363B75

Text Example


Text Example

White with #363B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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