Html Css Color HEX #353D77 Torea Bay

📋 copy color: '#353D77'

red 53 ◦ green 61 ◦ blue 119

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

Shades of Torea Bay #353D77

Tints of Torea Bay #353D77

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.18%

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

R = 22.75%
G = 26.18%
B = 51.07%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#353D77 (or 0x353D77) is known color: Torea Bay. HEX triplet: 35, 3D and 77. RGB value is (53,61,119). Sum of RGB (Red+Green+Blue) = 53+61+119=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #353D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353D77 is #CAC288. Grayscale: #404040. Windows color (decimal): -13288073 or 7814453. OLE color: 7814453.

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

Color convert

RGB 53 61 119 -
CMYK 0.55 0.49 0 0.53
HSL 232.73º 0.38% 0.34% -
HSV(B) 232.73º 0.55% 0.47% -
XYZ 6.47 5.43 18.16 -
YUV 65.22 158.35 119.28 -
System Red Green Blue C M Y K H S L
Decimal 53 61 119 0.55 0.49 0 0.53 232.73 0.38 0.34
Hex 35 3D 77 37 31 0 35 E9 26 22
Octal 65 75 167 67 61 0 65 351 46 42
Binary 110101 111101 1110111 110111 110001 0 110101 11101001 100110 100010

Color Harmonies of #353D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353D77

Black with #353D77

Text Example


Text Example

White with #353D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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