Html Css Color HEX #353674 Torea Bay

📋 copy color: '#353674'

red 53 ◦ green 54 ◦ blue 116

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

Shades of Torea Bay #353674

Tints of Torea Bay #353674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.02%

R = 23.77%
G = 24.22%
B = 52.02%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#353674 (or 0x353674) is known color: Torea Bay. HEX triplet: 35, 36 and 74. RGB value is (53,54,116). Sum of RGB (Red+Green+Blue) = 53+54+116=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #353674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353674 is #CAC98B. Grayscale: #3C3C3C. Windows color (decimal): -13289868 or 7616053. OLE color: 7616053.

HSL color Cylindrical-coordinate representation of color #353674: hue angle of 239.05º 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 #353674 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 54 116 -
CMYK 0.54 0.53 0 0.55
HSL 239.05º 0.37% 0.33% -
HSV(B) 239.05º 0.54% 0.45% -
XYZ 5.94 4.66 17.11 -
YUV 60.77 159.17 122.46 -
System Red Green Blue C M Y K H S L
Decimal 53 54 116 0.54 0.53 0 0.55 239.05 0.37 0.33
Hex 35 36 74 36 35 0 37 EF 25 21
Octal 65 66 164 66 65 0 67 357 45 41
Binary 110101 110110 1110100 110110 110101 0 110111 11101111 100101 100001

Color Harmonies of #353674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353674

Black with #353674

Text Example


Text Example

White with #353674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353674; }

 p { color: rgb(53,54,116); }

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

background-color css

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

 a { background-color: rgb(53,54,116); }

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

border-color css

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

 span { border-color: rgb(53,54,116); }

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