Html Css Color HEX #363D7D Torea Bay

📋 copy color: '#363D7D'

red 54 ◦ green 61 ◦ blue 125

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

Shades of Torea Bay #363D7D

Tints of Torea Bay #363D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 52.08%

R = 22.5%
G = 25.42%
B = 52.08%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#363D7D (or 0x363D7D) is known color: Torea Bay. HEX triplet: 36, 3D and 7D. RGB value is (54,61,125). Sum of RGB (Red+Green+Blue) = 54+61+125=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #363D7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D7D is #C9C282. Grayscale: #414141. Windows color (decimal): -13222531 or 8207670. OLE color: 8207670.

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

Color convert

RGB 54 61 125 -
CMYK 0.57 0.51 0 0.51
HSL 234.08º 0.4% 0.35% -
HSV(B) 234.08º 0.57% 0.49% -
XYZ 6.89 5.6 20.12 -
YUV 66.2 161.18 119.3 -
System Red Green Blue C M Y K H S L
Decimal 54 61 125 0.57 0.51 0 0.51 234.08 0.4 0.35
Hex 36 3D 7D 39 33 0 33 EA 28 23
Octal 66 75 175 71 63 0 63 352 50 43
Binary 110110 111101 1111101 111001 110011 0 110011 11101010 101000 100011

Color Harmonies of #363D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363D7D

Black with #363D7D

Text Example


Text Example

White with #363D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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