Html Css Color HEX #353D7C Torea Bay

📋 copy color: '#353D7C'

red 53 ◦ green 61 ◦ blue 124

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

Shades of Torea Bay #353D7C

Tints of Torea Bay #353D7C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.63%

 BLUE value IS 124 (48.83% from 255) = 52.1%

R = 22.27%
G = 25.63%
B = 52.1%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#353D7C (or 0x353D7C) is known color: Torea Bay. HEX triplet: 35, 3D and 7C. RGB value is (53,61,124). Sum of RGB (Red+Green+Blue) = 53+61+124=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #353D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353D7C is #CAC283. Grayscale: #414141. Windows color (decimal): -13288068 or 8142133. OLE color: 8142133.

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

Color convert

RGB 53 61 124 -
CMYK 0.57 0.51 0 0.51
HSL 233.24º 0.4% 0.35% -
HSV(B) 233.24º 0.57% 0.49% -
XYZ 6.78 5.55 19.78 -
YUV 65.79 160.85 118.88 -
System Red Green Blue C M Y K H S L
Decimal 53 61 124 0.57 0.51 0 0.51 233.24 0.4 0.35
Hex 35 3D 7C 39 33 0 33 E9 28 23
Octal 65 75 174 71 63 0 63 351 50 43
Binary 110101 111101 1111100 111001 110011 0 110011 11101001 101000 100011

Color Harmonies of #353D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353D7C

Black with #353D7C

Text Example


Text Example

White with #353D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,61,124); }

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

background-color css

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

 a { background-color: rgb(53,61,124); }

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

border-color css

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

 span { border-color: rgb(53,61,124); }

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