Html Css Color HEX #363D70 Torea Bay

📋 copy color: '#363D70'

red 54 ◦ green 61 ◦ blue 112

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

Shades of Torea Bay #363D70

Tints of Torea Bay #363D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 49.34%

R = 23.79%
G = 26.87%
B = 49.34%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#363D70 (or 0x363D70) is known color: Torea Bay. HEX triplet: 36, 3D and 70. RGB value is (54,61,112). Sum of RGB (Red+Green+Blue) = 54+61+112=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #363D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D70 is #C9C28F. Grayscale: #404040. Windows color (decimal): -13222544 or 7355702. OLE color: 7355702.

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

Color convert

RGB 54 61 112 -
CMYK 0.52 0.46 0 0.56
HSL 232.76º 0.35% 0.33% -
HSV(B) 232.76º 0.52% 0.44% -
XYZ 6.11 5.29 16.03 -
YUV 64.72 154.68 120.35 -
System Red Green Blue C M Y K H S L
Decimal 54 61 112 0.52 0.46 0 0.56 232.76 0.35 0.33
Hex 36 3D 70 34 2E 0 38 E9 23 21
Octal 66 75 160 64 56 0 70 351 43 41
Binary 110110 111101 1110000 110100 101110 0 111000 11101001 100011 100001

Color Harmonies of #363D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363D70

Black with #363D70

Text Example


Text Example

White with #363D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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