Html Css Color HEX #363B6E Torea Bay

📋 copy color: '#363B6E'

red 54 ◦ green 59 ◦ blue 110

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

Shades of Torea Bay #363B6E

Tints of Torea Bay #363B6E

RGB

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

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

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

R = 24.22%
G = 26.46%
B = 49.33%

CMYK

 C value IS 0.51

 M value IS 0.46

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#363B6E (or 0x363B6E) is known color: Torea Bay. HEX triplet: 36, 3B and 6E. RGB value is (54,59,110). Sum of RGB (Red+Green+Blue) = 54+59+110=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #363B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B6E is #C9C491. Grayscale: #3F3F3F. Windows color (decimal): -13223058 or 7224118. OLE color: 7224118.

HSL color Cylindrical-coordinate representation of color #363B6E: hue angle of 234.64º 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 #363B6E is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 59 110 -
CMYK 0.51 0.46 0 0.57
HSL 234.64º 0.34% 0.32% -
HSV(B) 234.64º 0.51% 0.43% -
XYZ 5.9 5.04 15.41 -
YUV 63.32 154.34 121.35 -
System Red Green Blue C M Y K H S L
Decimal 54 59 110 0.51 0.46 0 0.57 234.64 0.34 0.32
Hex 36 3B 6E 33 2E 0 39 EB 22 20
Octal 66 73 156 63 56 0 71 353 42 40
Binary 110110 111011 1101110 110011 101110 0 111001 11101011 100010 100000

Color Harmonies of #363B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363B6E

Black with #363B6E

Text Example


Text Example

White with #363B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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