Html Css Color HEX #365A8C St Tropaz

📋 copy color: '#365A8C'

red 54 ◦ green 90 ◦ blue 140

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

Shades of St Tropaz #365A8C

Tints of St Tropaz #365A8C

RGB

 RED value IS 54 (21.48% from 255) = 19.01%

 GREEN value IS 90 (35.55% from 255) = 31.69%

 BLUE value IS 140 (55.08% from 255) = 49.3%

R = 19.01%
G = 31.69%
B = 49.3%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#365A8C (or 0x365A8C) is known color: St Tropaz. HEX triplet: 36, 5A and 8C. RGB value is (54,90,140). Sum of RGB (Red+Green+Blue) = 54+90+140=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #365A8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365A8C is #C9A573. Grayscale: #545454. Windows color (decimal): -13215092 or 9198134. OLE color: 9198134.

HSL color Cylindrical-coordinate representation of color #365A8C: hue angle of 214.88º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #365A8C is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 90 140 -
CMYK 0.61 0.36 0 0.45
HSL 214.88º 0.44% 0.38% -
HSV(B) 214.88º 0.61% 0.55% -
XYZ 9.91 9.99 26.22 -
YUV 84.94 159.07 105.93 -
System Red Green Blue C M Y K H S L
Decimal 54 90 140 0.61 0.36 0 0.45 214.88 0.44 0.38
Hex 36 5A 8C 3D 24 0 2D D7 2C 26
Octal 66 132 214 75 44 0 55 327 54 46
Binary 110110 1011010 10001100 111101 100100 0 101101 11010111 101100 100110

Color Harmonies of #365A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A8C

Black with #365A8C

Text Example


Text Example

White with #365A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365A8C; }

 p { color: rgb(54,90,140); }

 H1.HeaderClassName
 {
   color: #365A8C;
 }
 .AnyTagClassName
 {
   color: #365A8C;
 }
</style>

background-color css

<style>
 a { background-color: #365A8C; }

 a { background-color: rgb(54,90,140); }

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

border-color css

<style>
 span { border-color: #365A8C; }

 span { border-color: rgb(54,90,140); }

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