Html Css Color HEX #365A8E St Tropaz

📋 copy color: '#365A8E'

red 54 ◦ green 90 ◦ blue 142

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

Shades of St Tropaz #365A8E

Tints of St Tropaz #365A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 49.65%

R = 18.88%
G = 31.47%
B = 49.65%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#365A8E (or 0x365A8E) is known color: St Tropaz. HEX triplet: 36, 5A and 8E. RGB value is (54,90,142). Sum of RGB (Red+Green+Blue) = 54+90+142=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #365A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365A8E is #C9A571. Grayscale: #545454. Windows color (decimal): -13215090 or 9329206. OLE color: 9329206.

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

Color convert

RGB 54 90 142 -
CMYK 0.62 0.37 0 0.44
HSL 215.45º 0.45% 0.38% -
HSV(B) 215.45º 0.62% 0.56% -
XYZ 10.06 10.05 27 -
YUV 85.16 160.07 105.77 -
System Red Green Blue C M Y K H S L
Decimal 54 90 142 0.62 0.37 0 0.44 215.45 0.45 0.38
Hex 36 5A 8E 3E 25 0 2C D7 2D 26
Octal 66 132 216 76 45 0 54 327 55 46
Binary 110110 1011010 10001110 111110 100101 0 101100 11010111 101101 100110

Color Harmonies of #365A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A8E

Black with #365A8E

Text Example


Text Example

White with #365A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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