Html Css Color HEX #365C8D St Tropaz

📋 copy color: '#365C8D'

red 54 ◦ green 92 ◦ blue 141

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

Shades of St Tropaz #365C8D

Tints of St Tropaz #365C8D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.06%

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

R = 18.82%
G = 32.06%
B = 49.13%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#365C8D (or 0x365C8D) is known color: St Tropaz. HEX triplet: 36, 5C and 8D. RGB value is (54,92,141). Sum of RGB (Red+Green+Blue) = 54+92+141=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #365C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365C8D is #C9A372. Grayscale: #555555. Windows color (decimal): -13214579 or 9264182. OLE color: 9264182.

HSL color Cylindrical-coordinate representation of color #365C8D: hue angle of 213.79º 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 #365C8D is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 92 141 -
CMYK 0.62 0.35 0 0.45
HSL 213.79º 0.45% 0.38% -
HSV(B) 213.79º 0.62% 0.55% -
XYZ 10.16 10.36 26.66 -
YUV 86.22 158.91 105.02 -
System Red Green Blue C M Y K H S L
Decimal 54 92 141 0.62 0.35 0 0.45 213.79 0.45 0.38
Hex 36 5C 8D 3E 23 0 2D D6 2D 26
Octal 66 134 215 76 43 0 55 326 55 46
Binary 110110 1011100 10001101 111110 100011 0 101101 11010110 101101 100110

Color Harmonies of #365C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365C8D

Black with #365C8D

Text Example


Text Example

White with #365C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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