Html Css Color HEX #363C6E Torea Bay

📋 copy color: '#363C6E'

red 54 ◦ green 60 ◦ blue 110

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

Shades of Torea Bay #363C6E

Tints of Torea Bay #363C6E

RGB

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

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

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

R = 24.11%
G = 26.79%
B = 49.11%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#363C6E (or 0x363C6E) is known color: Torea Bay. HEX triplet: 36, 3C and 6E. RGB value is (54,60,110). Sum of RGB (Red+Green+Blue) = 54+60+110=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #363C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363C6E is #C9C391. Grayscale: #3F3F3F. Windows color (decimal): -13222802 or 7224374. OLE color: 7224374.

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

Color convert

RGB 54 60 110 -
CMYK 0.51 0.45 0 0.57
HSL 233.57º 0.34% 0.32% -
HSV(B) 233.57º 0.51% 0.43% -
XYZ 5.95 5.14 15.43 -
YUV 63.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 54 60 110 0.51 0.45 0 0.57 233.57 0.34 0.32
Hex 36 3C 6E 33 2D 0 39 EA 22 20
Octal 66 74 156 63 55 0 71 352 42 40
Binary 110110 111100 1101110 110011 101101 0 111001 11101010 100010 100000

Color Harmonies of #363C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363C6E

Black with #363C6E

Text Example


Text Example

White with #363C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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