Html Css Color HEX #353F7A Torea Bay

📋 copy color: '#353F7A'

red 53 ◦ green 63 ◦ blue 122

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

Shades of Torea Bay #353F7A

Tints of Torea Bay #353F7A

RGB

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

 GREEN value IS 63 (25% from 255) = 26.47%

 BLUE value IS 122 (48.05% from 255) = 51.26%

R = 22.27%
G = 26.47%
B = 51.26%

CMYK

 C value IS 0.57

 M value IS 0.48

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#353F7A (or 0x353F7A) is known color: Torea Bay. HEX triplet: 35, 3F and 7A. RGB value is (53,63,122). Sum of RGB (Red+Green+Blue) = 53+63+122=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #353F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F7A is #CAC085. Grayscale: #424242. Windows color (decimal): -13287558 or 8011573. OLE color: 8011573.

HSL color Cylindrical-coordinate representation of color #353F7A: hue angle of 231.3º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #353F7A is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 53 63 122 -
CMYK 0.57 0.48 0 0.52
HSL 231.3º 0.39% 0.34% -
HSV(B) 231.3º 0.57% 0.48% -
XYZ 6.76 5.72 19.16 -
YUV 66.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 53 63 122 0.57 0.48 0 0.52 231.3 0.39 0.34
Hex 35 3F 7A 39 30 0 34 E7 27 22
Octal 65 77 172 71 60 0 64 347 47 42
Binary 110101 111111 1111010 111001 110000 0 110100 11100111 100111 100010

Color Harmonies of #353F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F7A

Black with #353F7A

Text Example


Text Example

White with #353F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,63,122); }

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

background-color css

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

 a { background-color: rgb(53,63,122); }

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

border-color css

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

 span { border-color: rgb(53,63,122); }

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