Html Css Color HEX #353A75 Torea Bay

📋 copy color: '#353A75'

red 53 ◦ green 58 ◦ blue 117

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

Shades of Torea Bay #353A75

Tints of Torea Bay #353A75

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.44%

 BLUE value IS 117 (46.09% from 255) = 51.32%

R = 23.25%
G = 25.44%
B = 51.32%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#353A75 (or 0x353A75) is known color: Torea Bay. HEX triplet: 35, 3A and 75. RGB value is (53,58,117). Sum of RGB (Red+Green+Blue) = 53+58+117=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #353A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353A75 is #CAC58A. Grayscale: #3E3E3E. Windows color (decimal): -13288843 or 7682613. OLE color: 7682613.

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

Color convert

RGB 53 58 117 -
CMYK 0.55 0.50 0 0.54
HSL 235.31º 0.38% 0.33% -
HSV(B) 235.31º 0.55% 0.46% -
XYZ 6.19 5.07 17.48 -
YUV 63.23 158.34 120.7 -
System Red Green Blue C M Y K H S L
Decimal 53 58 117 0.55 0.50 0 0.54 235.31 0.38 0.33
Hex 35 3A 75 37 32 0 36 EB 26 21
Octal 65 72 165 67 62 0 66 353 46 41
Binary 110101 111010 1110101 110111 110010 0 110110 11101011 100110 100001

Color Harmonies of #353A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353A75

Black with #353A75

Text Example


Text Example

White with #353A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,58,117); }

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

background-color css

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

 a { background-color: rgb(53,58,117); }

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

border-color css

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

 span { border-color: rgb(53,58,117); }

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