Html Css Color HEX #353C75 Torea Bay

📋 copy color: '#353C75'

red 53 ◦ green 60 ◦ blue 117

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

Shades of Torea Bay #353C75

Tints of Torea Bay #353C75

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.09%

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

R = 23.04%
G = 26.09%
B = 50.87%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#353C75 (or 0x353C75) is known color: Torea Bay. HEX triplet: 35, 3C and 75. RGB value is (53,60,117). Sum of RGB (Red+Green+Blue) = 53+60+117=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #353C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353C75 is #CAC38A. Grayscale: #404040. Windows color (decimal): -13288331 or 7683125. OLE color: 7683125.

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

Color convert

RGB 53 60 117 -
CMYK 0.55 0.49 0 0.54
HSL 233.44º 0.38% 0.33% -
HSV(B) 233.44º 0.55% 0.46% -
XYZ 6.29 5.27 17.52 -
YUV 64.41 157.68 119.87 -
System Red Green Blue C M Y K H S L
Decimal 53 60 117 0.55 0.49 0 0.54 233.44 0.38 0.33
Hex 35 3C 75 37 31 0 36 E9 26 21
Octal 65 74 165 67 61 0 66 351 46 41
Binary 110101 111100 1110101 110111 110001 0 110110 11101001 100110 100001

Color Harmonies of #353C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353C75

Black with #353C75

Text Example


Text Example

White with #353C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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