Html Css Color HEX #363C6C Torea Bay

📋 copy color: '#363C6C'

red 54 ◦ green 60 ◦ blue 108

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

Shades of Torea Bay #363C6C

Tints of Torea Bay #363C6C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.03%

 BLUE value IS 108 (42.58% from 255) = 48.65%

R = 24.32%
G = 27.03%
B = 48.65%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#363C6C (or 0x363C6C) is known color: Torea Bay. HEX triplet: 36, 3C and 6C. RGB value is (54,60,108). Sum of RGB (Red+Green+Blue) = 54+60+108=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #363C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363C6C is #C9C393. Grayscale: #3F3F3F. Windows color (decimal): -13222804 or 7093302. OLE color: 7093302.

HSL color Cylindrical-coordinate representation of color #363C6C: hue angle of 233.33º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #363C6C is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 60 108 -
CMYK 0.50 0.44 0 0.58
HSL 233.33º 0.33% 0.32% -
HSV(B) 233.33º 0.5% 0.42% -
XYZ 5.84 5.1 14.86 -
YUV 63.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 54 60 108 0.50 0.44 0 0.58 233.33 0.33 0.32
Hex 36 3C 6C 32 2C 0 3A E9 21 20
Octal 66 74 154 62 54 0 72 351 41 40
Binary 110110 111100 1101100 110010 101100 0 111010 11101001 100001 100000

Color Harmonies of #363C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363C6C

Black with #363C6C

Text Example


Text Example

White with #363C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,60,108); }

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

background-color css

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

 a { background-color: rgb(54,60,108); }

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

border-color css

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

 span { border-color: rgb(54,60,108); }

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