Html Css Color HEX #363D7C Torea Bay

📋 copy color: '#363D7C'

red 54 ◦ green 61 ◦ blue 124

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

Shades of Torea Bay #363D7C

Tints of Torea Bay #363D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 51.88%

R = 22.59%
G = 25.52%
B = 51.88%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#363D7C (or 0x363D7C) is known color: Torea Bay. HEX triplet: 36, 3D and 7C. RGB value is (54,61,124). Sum of RGB (Red+Green+Blue) = 54+61+124=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #363D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D7C is #C9C283. Grayscale: #414141. Windows color (decimal): -13222532 or 8142134. OLE color: 8142134.

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

Color convert

RGB 54 61 124 -
CMYK 0.56 0.51 0 0.51
HSL 234º 0.39% 0.35% -
HSV(B) 234º 0.56% 0.49% -
XYZ 6.83 5.58 19.79 -
YUV 66.09 160.68 119.38 -
System Red Green Blue C M Y K H S L
Decimal 54 61 124 0.56 0.51 0 0.51 234 0.39 0.35
Hex 36 3D 7C 38 33 0 33 EA 27 23
Octal 66 75 174 70 63 0 63 352 47 43
Binary 110110 111101 1111100 111000 110011 0 110011 11101010 100111 100011

Color Harmonies of #363D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363D7C

Black with #363D7C

Text Example


Text Example

White with #363D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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