Html Css Color HEX #363C7A Torea Bay

📋 copy color: '#363C7A'

red 54 ◦ green 60 ◦ blue 122

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

Shades of Torea Bay #363C7A

Tints of Torea Bay #363C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 51.69%

R = 22.88%
G = 25.42%
B = 51.69%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#363C7A (or 0x363C7A) is known color: Torea Bay. HEX triplet: 36, 3C and 7A. RGB value is (54,60,122). Sum of RGB (Red+Green+Blue) = 54+60+122=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #363C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363C7A is #C9C385. Grayscale: #414141. Windows color (decimal): -13222790 or 8010806. OLE color: 8010806.

HSL color Cylindrical-coordinate representation of color #363C7A: hue angle of 234.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #363C7A is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 60 122 -
CMYK 0.56 0.51 0 0.52
HSL 234.71º 0.39% 0.35% -
HSV(B) 234.71º 0.56% 0.48% -
XYZ 6.65 5.42 19.11 -
YUV 65.27 160.01 119.96 -
System Red Green Blue C M Y K H S L
Decimal 54 60 122 0.56 0.51 0 0.52 234.71 0.39 0.35
Hex 36 3C 7A 38 33 0 34 EB 27 23
Octal 66 74 172 70 63 0 64 353 47 43
Binary 110110 111100 1111010 111000 110011 0 110100 11101011 100111 100011

Color Harmonies of #363C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363C7A

Black with #363C7A

Text Example


Text Example

White with #363C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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