Html Css Color HEX #353F80 Torea Bay

📋 copy color: '#353F80'

red 53 ◦ green 63 ◦ blue 128

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

Shades of Torea Bay #353F80

Tints of Torea Bay #353F80

RGB

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

 GREEN value IS 63 (25% from 255) = 25.82%

 BLUE value IS 128 (50.39% from 255) = 52.46%

R = 21.72%
G = 25.82%
B = 52.46%

CMYK

 C value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#353F80 (or 0x353F80) is known color: Torea Bay. HEX triplet: 35, 3F and 80. RGB value is (53,63,128). Sum of RGB (Red+Green+Blue) = 53+63+128=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #353F80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353F80 is #CAC07F. Grayscale: #434343. Windows color (decimal): -13287552 or 8404789. OLE color: 8404789.

HSL color Cylindrical-coordinate representation of color #353F80: hue angle of 232º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #353F80 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 63 128 -
CMYK 0.59 0.51 0 0.50
HSL 232º 0.41% 0.35% -
HSV(B) 232º 0.59% 0.5% -
XYZ 7.14 5.87 21.18 -
YUV 67.42 162.19 117.71 -
System Red Green Blue C M Y K H S L
Decimal 53 63 128 0.59 0.51 0 0.50 232 0.41 0.35
Hex 35 3F 80 3B 33 0 32 E8 29 23
Octal 65 77 200 73 63 0 62 350 51 43
Binary 110101 111111 10000000 111011 110011 0 110010 11101000 101001 100011

Color Harmonies of #353F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F80

Black with #353F80

Text Example


Text Example

White with #353F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353F80; }

 p { color: rgb(53,63,128); }

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

background-color css

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

 a { background-color: rgb(53,63,128); }

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

border-color css

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

 span { border-color: rgb(53,63,128); }

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