Html Css Color HEX #363B70 Torea Bay

📋 copy color: '#363B70'

red 54 ◦ green 59 ◦ blue 112

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

Shades of Torea Bay #363B70

Tints of Torea Bay #363B70

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.22%

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

R = 24%
G = 26.22%
B = 49.78%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#363B70 (or 0x363B70) is known color: Torea Bay. HEX triplet: 36, 3B and 70. RGB value is (54,59,112). Sum of RGB (Red+Green+Blue) = 54+59+112=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #363B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363B70 is #C9C48F. Grayscale: #3F3F3F. Windows color (decimal): -13223056 or 7355190. OLE color: 7355190.

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

Color convert

RGB 54 59 112 -
CMYK 0.52 0.47 0 0.56
HSL 234.83º 0.35% 0.33% -
HSV(B) 234.83º 0.52% 0.44% -
XYZ 6.01 5.08 15.99 -
YUV 63.55 155.34 121.19 -
System Red Green Blue C M Y K H S L
Decimal 54 59 112 0.52 0.47 0 0.56 234.83 0.35 0.33
Hex 36 3B 70 34 2F 0 38 EB 23 21
Octal 66 73 160 64 57 0 70 353 43 41
Binary 110110 111011 1110000 110100 101111 0 111000 11101011 100011 100001

Color Harmonies of #363B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363B70

Black with #363B70

Text Example


Text Example

White with #363B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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