Html Css Color HEX #365D8B St Tropaz

📋 copy color: '#365D8B'

red 54 ◦ green 93 ◦ blue 139

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

Shades of St Tropaz #365D8B

Tints of St Tropaz #365D8B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.52%

 BLUE value IS 139 (54.69% from 255) = 48.6%

R = 18.88%
G = 32.52%
B = 48.6%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#365D8B (or 0x365D8B) is known color: St Tropaz. HEX triplet: 36, 5D and 8B. RGB value is (54,93,139). Sum of RGB (Red+Green+Blue) = 54+93+139=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #365D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365D8B is #C9A274. Grayscale: #565656. Windows color (decimal): -13214325 or 9133366. OLE color: 9133366.

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

Color convert

RGB 54 93 139 -
CMYK 0.61 0.33 0 0.45
HSL 212.47º 0.44% 0.38% -
HSV(B) 212.47º 0.61% 0.55% -
XYZ 10.1 10.48 25.92 -
YUV 86.58 157.58 104.76 -
System Red Green Blue C M Y K H S L
Decimal 54 93 139 0.61 0.33 0 0.45 212.47 0.44 0.38
Hex 36 5D 8B 3D 21 0 2D D4 2C 26
Octal 66 135 213 75 41 0 55 324 54 46
Binary 110110 1011101 10001011 111101 100001 0 101101 11010100 101100 100110

Color Harmonies of #365D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365D8B

Black with #365D8B

Text Example


Text Example

White with #365D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,93,139); }

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

background-color css

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

 a { background-color: rgb(54,93,139); }

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

border-color css

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

 span { border-color: rgb(54,93,139); }

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