Html Css Color HEX #365A8D St Tropaz

📋 copy color: '#365A8D'

red 54 ◦ green 90 ◦ blue 141

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

Shades of St Tropaz #365A8D

Tints of St Tropaz #365A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 49.47%

R = 18.95%
G = 31.58%
B = 49.47%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#365A8D (or 0x365A8D) is known color: St Tropaz. HEX triplet: 36, 5A and 8D. RGB value is (54,90,141). Sum of RGB (Red+Green+Blue) = 54+90+141=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #365A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365A8D is #C9A572. Grayscale: #545454. Windows color (decimal): -13215091 or 9263670. OLE color: 9263670.

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

Color convert

RGB 54 90 141 -
CMYK 0.62 0.36 0 0.45
HSL 215.17º 0.45% 0.38% -
HSV(B) 215.17º 0.62% 0.55% -
XYZ 9.99 10.02 26.61 -
YUV 85.05 159.57 105.85 -
System Red Green Blue C M Y K H S L
Decimal 54 90 141 0.62 0.36 0 0.45 215.17 0.45 0.38
Hex 36 5A 8D 3E 24 0 2D D7 2D 26
Octal 66 132 215 76 44 0 55 327 55 46
Binary 110110 1011010 10001101 111110 100100 0 101101 11010111 101101 100110

Color Harmonies of #365A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A8D

Black with #365A8D

Text Example


Text Example

White with #365A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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