Html Css Color HEX #353B72 Torea Bay

📋 copy color: '#353B72'

red 53 ◦ green 59 ◦ blue 114

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

Shades of Torea Bay #353B72

Tints of Torea Bay #353B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.44%

R = 23.45%
G = 26.11%
B = 50.44%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#353B72 (or 0x353B72) is known color: Torea Bay. HEX triplet: 35, 3B and 72. RGB value is (53,59,114). Sum of RGB (Red+Green+Blue) = 53+59+114=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #353B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353B72 is #CAC48D. Grayscale: #3F3F3F. Windows color (decimal): -13288590 or 7486261. OLE color: 7486261.

HSL color Cylindrical-coordinate representation of color #353B72: hue angle of 234.1º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #353B72 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 59 114 -
CMYK 0.54 0.48 0 0.55
HSL 234.1º 0.37% 0.33% -
HSV(B) 234.1º 0.54% 0.45% -
XYZ 6.07 5.1 16.58 -
YUV 63.48 156.51 120.53 -
System Red Green Blue C M Y K H S L
Decimal 53 59 114 0.54 0.48 0 0.55 234.1 0.37 0.33
Hex 35 3B 72 36 30 0 37 EA 25 21
Octal 65 73 162 66 60 0 67 352 45 41
Binary 110101 111011 1110010 110110 110000 0 110111 11101010 100101 100001

Color Harmonies of #353B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353B72

Black with #353B72

Text Example


Text Example

White with #353B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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