Html Css Color HEX #363970 Torea Bay

📋 copy color: '#363970'

red 54 ◦ green 57 ◦ blue 112

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

Shades of Torea Bay #363970

Tints of Torea Bay #363970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.56%

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

R = 24.22%
G = 25.56%
B = 50.22%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#363970 (or 0x363970) is known color: Torea Bay. HEX triplet: 36, 39 and 70. RGB value is (54,57,112). Sum of RGB (Red+Green+Blue) = 54+57+112=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #363970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363970 is #C9C68F. Grayscale: #3E3E3E. Windows color (decimal): -13223568 or 7354678. OLE color: 7354678.

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

Color convert

RGB 54 57 112 -
CMYK 0.52 0.49 0 0.56
HSL 236.9º 0.35% 0.33% -
HSV(B) 236.9º 0.52% 0.44% -
XYZ 5.91 4.88 15.96 -
YUV 62.37 156.01 122.03 -
System Red Green Blue C M Y K H S L
Decimal 54 57 112 0.52 0.49 0 0.56 236.9 0.35 0.33
Hex 36 39 70 34 31 0 38 ED 23 21
Octal 66 71 160 64 61 0 70 355 43 41
Binary 110110 111001 1110000 110100 110001 0 111000 11101101 100011 100001

Color Harmonies of #363970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363970

Black with #363970

Text Example


Text Example

White with #363970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363970; }

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

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

background-color css

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

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

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

border-color css

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

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

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