Html Css Color HEX #353C71 Torea Bay

📋 copy color: '#353C71'

red 53 ◦ green 60 ◦ blue 113

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

Shades of Torea Bay #353C71

Tints of Torea Bay #353C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50%

R = 23.45%
G = 26.55%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#353C71 (or 0x353C71) is known color: Torea Bay. HEX triplet: 35, 3C and 71. RGB value is (53,60,113). Sum of RGB (Red+Green+Blue) = 53+60+113=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #353C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353C71 is #CAC38E. Grayscale: #3F3F3F. Windows color (decimal): -13288335 or 7420981. OLE color: 7420981.

HSL color Cylindrical-coordinate representation of color #353C71: hue angle of 233º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #353C71 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 60 113 -
CMYK 0.53 0.47 0 0.56
HSL 233º 0.36% 0.33% -
HSV(B) 233º 0.53% 0.44% -
XYZ 6.06 5.18 16.3 -
YUV 63.95 155.68 120.19 -
System Red Green Blue C M Y K H S L
Decimal 53 60 113 0.53 0.47 0 0.56 233 0.36 0.33
Hex 35 3C 71 35 2F 0 38 E9 24 21
Octal 65 74 161 65 57 0 70 351 44 41
Binary 110101 111100 1110001 110101 101111 0 111000 11101001 100100 100001

Color Harmonies of #353C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353C71

Black with #353C71

Text Example


Text Example

White with #353C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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