Html Css Color HEX #353E7B Torea Bay

📋 copy color: '#353E7B'

red 53 ◦ green 62 ◦ blue 123

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

Shades of Torea Bay #353E7B

Tints of Torea Bay #353E7B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.05%

 BLUE value IS 123 (48.44% from 255) = 51.68%

R = 22.27%
G = 26.05%
B = 51.68%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#353E7B (or 0x353E7B) is known color: Torea Bay. HEX triplet: 35, 3E and 7B. RGB value is (53,62,123). Sum of RGB (Red+Green+Blue) = 53+62+123=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #353E7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353E7B is #CAC184. Grayscale: #424242. Windows color (decimal): -13287813 or 8076853. OLE color: 8076853.

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

Color convert

RGB 53 62 123 -
CMYK 0.57 0.50 0 0.52
HSL 232.29º 0.4% 0.35% -
HSV(B) 232.29º 0.57% 0.48% -
XYZ 6.77 5.63 19.47 -
YUV 66.26 160.02 118.54 -
System Red Green Blue C M Y K H S L
Decimal 53 62 123 0.57 0.50 0 0.52 232.29 0.4 0.35
Hex 35 3E 7B 39 32 0 34 E8 28 23
Octal 65 76 173 71 62 0 64 350 50 43
Binary 110101 111110 1111011 111001 110010 0 110100 11101000 101000 100011

Color Harmonies of #353E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353E7B

Black with #353E7B

Text Example


Text Example

White with #353E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,62,123); }

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

background-color css

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

 a { background-color: rgb(53,62,123); }

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

border-color css

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

 span { border-color: rgb(53,62,123); }

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