Html Css Color HEX #353972 Torea Bay

📋 copy color: '#353972'

red 53 ◦ green 57 ◦ blue 114

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

Shades of Torea Bay #353972

Tints of Torea Bay #353972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.89%

R = 23.66%
G = 25.45%
B = 50.89%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#353972 (or 0x353972) is known color: Torea Bay. HEX triplet: 35, 39 and 72. RGB value is (53,57,114). Sum of RGB (Red+Green+Blue) = 53+57+114=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #353972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353972 is #CAC68D. Grayscale: #3E3E3E. Windows color (decimal): -13289102 or 7485749. OLE color: 7485749.

HSL color Cylindrical-coordinate representation of color #353972: hue angle of 236.07º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #353972 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 57 114 -
CMYK 0.54 0.50 0 0.55
HSL 236.07º 0.37% 0.33% -
HSV(B) 236.07º 0.54% 0.45% -
XYZ 5.97 4.9 16.55 -
YUV 62.3 157.17 121.37 -
System Red Green Blue C M Y K H S L
Decimal 53 57 114 0.54 0.50 0 0.55 236.07 0.37 0.33
Hex 35 39 72 36 32 0 37 EC 25 21
Octal 65 71 162 66 62 0 67 354 45 41
Binary 110101 111001 1110010 110110 110010 0 110111 11101100 100101 100001

Color Harmonies of #353972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353972

Black with #353972

Text Example


Text Example

White with #353972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353972; }

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

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

background-color css

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

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

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

border-color css

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

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

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