Html Css Color HEX #353B6D Torea Bay

📋 copy color: '#353B6D'

red 53 ◦ green 59 ◦ blue 109

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

Shades of Torea Bay #353B6D

Tints of Torea Bay #353B6D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.7%

 BLUE value IS 109 (42.97% from 255) = 49.32%

R = 23.98%
G = 26.7%
B = 49.32%

CMYK

 C value IS 0.51

 M value IS 0.46

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#353B6D (or 0x353B6D) is known color: Torea Bay. HEX triplet: 35, 3B and 6D. RGB value is (53,59,109). Sum of RGB (Red+Green+Blue) = 53+59+109=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #353B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353B6D is #CAC492. Grayscale: #3E3E3E. Windows color (decimal): -13288595 or 7158581. OLE color: 7158581.

HSL color Cylindrical-coordinate representation of color #353B6D: hue angle of 233.57º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #353B6D is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 59 109 -
CMYK 0.51 0.46 0 0.57
HSL 233.57º 0.35% 0.32% -
HSV(B) 233.57º 0.51% 0.43% -
XYZ 5.79 4.99 15.13 -
YUV 62.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 53 59 109 0.51 0.46 0 0.57 233.57 0.35 0.32
Hex 35 3B 6D 33 2E 0 39 EA 23 20
Octal 65 73 155 63 56 0 71 352 43 40
Binary 110101 111011 1101101 110011 101110 0 111001 11101010 100011 100000

Color Harmonies of #353B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353B6D

Black with #353B6D

Text Example


Text Example

White with #353B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,59,109); }

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

background-color css

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

 a { background-color: rgb(53,59,109); }

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

border-color css

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

 span { border-color: rgb(53,59,109); }

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