Html Css Color HEX #353F77 Torea Bay

📋 copy color: '#353F77'

red 53 ◦ green 63 ◦ blue 119

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

Shades of Torea Bay #353F77

Tints of Torea Bay #353F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 50.64%

R = 22.55%
G = 26.81%
B = 50.64%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#353F77 (or 0x353F77) is known color: Torea Bay. HEX triplet: 35, 3F and 77. RGB value is (53,63,119). Sum of RGB (Red+Green+Blue) = 53+63+119=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #353F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F77 is #CAC088. Grayscale: #424242. Windows color (decimal): -13287561 or 7814965. OLE color: 7814965.

HSL color Cylindrical-coordinate representation of color #353F77: hue angle of 230.91º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #353F77 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 63 119 -
CMYK 0.55 0.47 0 0.53
HSL 230.91º 0.38% 0.34% -
HSV(B) 230.91º 0.55% 0.47% -
XYZ 6.58 5.64 18.2 -
YUV 66.39 157.69 118.45 -
System Red Green Blue C M Y K H S L
Decimal 53 63 119 0.55 0.47 0 0.53 230.91 0.38 0.34
Hex 35 3F 77 37 2F 0 35 E7 26 22
Octal 65 77 167 67 57 0 65 347 46 42
Binary 110101 111111 1110111 110111 101111 0 110101 11100111 100110 100010

Color Harmonies of #353F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F77

Black with #353F77

Text Example


Text Example

White with #353F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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