Html Css Color HEX #363D7A Torea Bay

📋 copy color: '#363D7A'

red 54 ◦ green 61 ◦ blue 122

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

Shades of Torea Bay #363D7A

Tints of Torea Bay #363D7A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.74%

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

R = 22.78%
G = 25.74%
B = 51.48%

CMYK

 C value IS 0.56

 M value IS 0.50

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#363D7A (or 0x363D7A) is known color: Torea Bay. HEX triplet: 36, 3D and 7A. RGB value is (54,61,122). Sum of RGB (Red+Green+Blue) = 54+61+122=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #363D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D7A is #C9C285. Grayscale: #414141. Windows color (decimal): -13222534 or 8011062. OLE color: 8011062.

HSL color Cylindrical-coordinate representation of color #363D7A: hue angle of 233.82º 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 #363D7A is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 61 122 -
CMYK 0.56 0.50 0 0.52
HSL 233.82º 0.39% 0.35% -
HSV(B) 233.82º 0.56% 0.48% -
XYZ 6.7 5.53 19.13 -
YUV 65.86 159.68 119.54 -
System Red Green Blue C M Y K H S L
Decimal 54 61 122 0.56 0.50 0 0.52 233.82 0.39 0.35
Hex 36 3D 7A 38 32 0 34 EA 27 23
Octal 66 75 172 70 62 0 64 352 47 43
Binary 110110 111101 1111010 111000 110010 0 110100 11101010 100111 100011

Color Harmonies of #363D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363D7A

Black with #363D7A

Text Example


Text Example

White with #363D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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