Html Css Color HEX #363A6E Torea Bay

📋 copy color: '#363A6E'

red 54 ◦ green 58 ◦ blue 110

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

Shades of Torea Bay #363A6E

Tints of Torea Bay #363A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 49.55%

R = 24.32%
G = 26.13%
B = 49.55%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#363A6E (or 0x363A6E) is known color: Torea Bay. HEX triplet: 36, 3A and 6E. RGB value is (54,58,110). Sum of RGB (Red+Green+Blue) = 54+58+110=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 110 (43.36% from 255 or 49.55% from 222); Max value from RGB is 110 - color contains mainly: blue. Hex color #363A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363A6E is #C9C591. Grayscale: #3E3E3E. Windows color (decimal): -13223314 or 7223862. OLE color: 7223862.

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

Color convert

RGB 54 58 110 -
CMYK 0.51 0.47 0 0.57
HSL 235.71º 0.34% 0.32% -
HSV(B) 235.71º 0.51% 0.43% -
XYZ 5.85 4.94 15.4 -
YUV 62.73 154.67 121.77 -
System Red Green Blue C M Y K H S L
Decimal 54 58 110 0.51 0.47 0 0.57 235.71 0.34 0.32
Hex 36 3A 6E 33 2F 0 39 EC 22 20
Octal 66 72 156 63 57 0 71 354 42 40
Binary 110110 111010 1101110 110011 101111 0 111001 11101100 100010 100000

Color Harmonies of #363A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363A6E

Black with #363A6E

Text Example


Text Example

White with #363A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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