Html Css Color HEX #363D75 Torea Bay

📋 copy color: '#363D75'

red 54 ◦ green 61 ◦ blue 117

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

Shades of Torea Bay #363D75

Tints of Torea Bay #363D75

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.29%

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

R = 23.28%
G = 26.29%
B = 50.43%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#363D75 (or 0x363D75) is known color: Torea Bay. HEX triplet: 36, 3D and 75. RGB value is (54,61,117). Sum of RGB (Red+Green+Blue) = 54+61+117=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #363D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D75 is #C9C28A. Grayscale: #414141. Windows color (decimal): -13222539 or 7683382. OLE color: 7683382.

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

Color convert

RGB 54 61 117 -
CMYK 0.54 0.48 0 0.54
HSL 233.33º 0.37% 0.34% -
HSV(B) 233.33º 0.54% 0.46% -
XYZ 6.4 5.41 17.54 -
YUV 65.29 157.18 119.95 -
System Red Green Blue C M Y K H S L
Decimal 54 61 117 0.54 0.48 0 0.54 233.33 0.37 0.34
Hex 36 3D 75 36 30 0 36 E9 25 22
Octal 66 75 165 66 60 0 66 351 45 42
Binary 110110 111101 1110101 110110 110000 0 110110 11101001 100101 100010

Color Harmonies of #363D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363D75

Black with #363D75

Text Example


Text Example

White with #363D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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