Html Css Color HEX #353877 Torea Bay

📋 copy color: '#353877'

red 53 ◦ green 56 ◦ blue 119

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

Shades of Torea Bay #353877

Tints of Torea Bay #353877

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.56%

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

R = 23.25%
G = 24.56%
B = 52.19%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#353877 (or 0x353877) is known color: Torea Bay. HEX triplet: 35, 38 and 77. RGB value is (53,56,119). Sum of RGB (Red+Green+Blue) = 53+56+119=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #353877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353877 is #CAC788. Grayscale: #3E3E3E. Windows color (decimal): -13289353 or 7813173. OLE color: 7813173.

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

Color convert

RGB 53 56 119 -
CMYK 0.55 0.53 0 0.53
HSL 237.27º 0.38% 0.34% -
HSV(B) 237.27º 0.55% 0.47% -
XYZ 6.21 4.92 18.07 -
YUV 62.29 160.01 121.38 -
System Red Green Blue C M Y K H S L
Decimal 53 56 119 0.55 0.53 0 0.53 237.27 0.38 0.34
Hex 35 38 77 37 35 0 35 ED 26 22
Octal 65 70 167 67 65 0 65 355 46 42
Binary 110101 111000 1110111 110111 110101 0 110101 11101101 100110 100010

Color Harmonies of #353877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353877

Black with #353877

Text Example


Text Example

White with #353877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353877; }

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

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

background-color css

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

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

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

border-color css

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

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

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