Html Css Color HEX #354E9C Tory Blue

📋 copy color: '#354E9C'

red 53 ◦ green 78 ◦ blue 156

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

Shades of Tory Blue #354E9C

Tints of Tory Blue #354E9C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.18%

 BLUE value IS 156 (61.33% from 255) = 54.36%

R = 18.47%
G = 27.18%
B = 54.36%

CMYK

 C value IS 0.66

 M value IS 0.5

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#354E9C (or 0x354E9C) is known color: Tory Blue. HEX triplet: 35, 4E and 9C. RGB value is (53,78,156). Sum of RGB (Red+Green+Blue) = 53+78+156=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #354E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354E9C is #CAB163. Grayscale: #4F4F4F. Windows color (decimal): -13283684 or 10243637. OLE color: 10243637.

HSL color Cylindrical-coordinate representation of color #354E9C: hue angle of 225.44º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #354E9C is Cyan = 0.66, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 78 156 -
CMYK 0.66 0.5 0 0.39
HSL 225.44º 0.49% 0.41% -
HSV(B) 225.44º 0.66% 0.61% -
XYZ 10.19 8.61 32.58 -
YUV 79.42 171.22 109.16 -
System Red Green Blue C M Y K H S L
Decimal 53 78 156 0.66 0.5 0 0.39 225.44 0.49 0.41
Hex 35 4E 9C 42 32 0 27 E1 31 29
Octal 65 116 234 102 62 0 47 341 61 51
Binary 110101 1001110 10011100 1000010 110010 0 100111 11100001 110001 101001

Color Harmonies of #354E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354E9C

Black with #354E9C

Text Example


Text Example

White with #354E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354E9C; }

 p { color: rgb(53,78,156); }

 H1.HeaderClassName
 {
   color: #354E9C;
 }
 .AnyTagClassName
 {
   color: #354E9C;
 }
</style>

background-color css

<style>
 a { background-color: #354E9C; }

 a { background-color: rgb(53,78,156); }

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

border-color css

<style>
 span { border-color: #354E9C; }

 span { border-color: rgb(53,78,156); }

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