Html Css Color HEX #353C7E Torea Bay

📋 copy color: '#353C7E'

red 53 ◦ green 60 ◦ blue 126

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

Shades of Torea Bay #353C7E

Tints of Torea Bay #353C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 52.72%

R = 22.18%
G = 25.1%
B = 52.72%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#353C7E (or 0x353C7E) is known color: Torea Bay. HEX triplet: 35, 3C and 7E. RGB value is (53,60,126). Sum of RGB (Red+Green+Blue) = 53+60+126=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #353C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353C7E is #CAC381. Grayscale: #414141. Windows color (decimal): -13288322 or 8272949. OLE color: 8272949.

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

Color convert

RGB 53 60 126 -
CMYK 0.58 0.52 0 0.51
HSL 234.25º 0.41% 0.35% -
HSV(B) 234.25º 0.58% 0.49% -
XYZ 6.85 5.49 20.44 -
YUV 65.43 162.18 119.13 -
System Red Green Blue C M Y K H S L
Decimal 53 60 126 0.58 0.52 0 0.51 234.25 0.41 0.35
Hex 35 3C 7E 3A 34 0 33 EA 29 23
Octal 65 74 176 72 64 0 63 352 51 43
Binary 110101 111100 1111110 111010 110100 0 110011 11101010 101001 100011

Color Harmonies of #353C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353C7E

Black with #353C7E

Text Example


Text Example

White with #353C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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