Html Css Color HEX #353970 Torea Bay

📋 copy color: '#353970'

red 53 ◦ green 57 ◦ blue 112

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

Shades of Torea Bay #353970

Tints of Torea Bay #353970

RGB

 RED value IS 53 (21.09% from 255) = 23.87%

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

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

R = 23.87%
G = 25.68%
B = 50.45%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#353970 (or 0x353970) is known color: Torea Bay. HEX triplet: 35, 39 and 70. RGB value is (53,57,112). Sum of RGB (Red+Green+Blue) = 53+57+112=222 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.87% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #353970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353970 is #CAC68F. Grayscale: #3D3D3D. Windows color (decimal): -13289104 or 7354677. OLE color: 7354677.

HSL color Cylindrical-coordinate representation of color #353970: hue angle of 235.93º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #353970 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 57 112 -
CMYK 0.53 0.49 0 0.56
HSL 235.93º 0.36% 0.32% -
HSV(B) 235.93º 0.53% 0.44% -
XYZ 5.86 4.85 15.96 -
YUV 62.07 156.17 121.53 -
System Red Green Blue C M Y K H S L
Decimal 53 57 112 0.53 0.49 0 0.56 235.93 0.36 0.32
Hex 35 39 70 35 31 0 38 EC 24 20
Octal 65 71 160 65 61 0 70 354 44 40
Binary 110101 111001 1110000 110101 110001 0 111000 11101100 100100 100000

Color Harmonies of #353970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353970

Black with #353970

Text Example


Text Example

White with #353970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353970; }

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

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

background-color css

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

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

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

border-color css

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

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

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