Html Css Color HEX #363A6D Torea Bay

📋 copy color: '#363A6D'

red 54 ◦ green 58 ◦ blue 109

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

Shades of Torea Bay #363A6D

Tints of Torea Bay #363A6D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.24%

 BLUE value IS 109 (42.97% from 255) = 49.32%

R = 24.43%
G = 26.24%
B = 49.32%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#363A6D (or 0x363A6D) is known color: Torea Bay. HEX triplet: 36, 3A and 6D. RGB value is (54,58,109). Sum of RGB (Red+Green+Blue) = 54+58+109=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #363A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363A6D is #C9C592. Grayscale: #3E3E3E. Windows color (decimal): -13223315 or 7158326. OLE color: 7158326.

HSL color Cylindrical-coordinate representation of color #363A6D: hue angle of 235.64º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #363A6D is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 58 109 -
CMYK 0.50 0.47 0 0.57
HSL 235.64º 0.34% 0.32% -
HSV(B) 235.64º 0.5% 0.43% -
XYZ 5.79 4.91 15.11 -
YUV 62.62 154.17 121.85 -
System Red Green Blue C M Y K H S L
Decimal 54 58 109 0.50 0.47 0 0.57 235.64 0.34 0.32
Hex 36 3A 6D 32 2F 0 39 EC 22 20
Octal 66 72 155 62 57 0 71 354 42 40
Binary 110110 111010 1101101 110010 101111 0 111001 11101100 100010 100000

Color Harmonies of #363A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363A6D

Black with #363A6D

Text Example


Text Example

White with #363A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,58,109); }

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

background-color css

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

 a { background-color: rgb(54,58,109); }

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

border-color css

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

 span { border-color: rgb(54,58,109); }

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