Html Css Color HEX #365883 St Tropaz

📋 copy color: '#365883'

red 54 ◦ green 88 ◦ blue 131

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

Shades of St Tropaz #365883

Tints of St Tropaz #365883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.23%

 BLUE value IS 131 (51.56% from 255) = 47.99%

R = 19.78%
G = 32.23%
B = 47.99%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#365883 (or 0x365883) is known color: St Tropaz. HEX triplet: 36, 58 and 83. RGB value is (54,88,131). Sum of RGB (Red+Green+Blue) = 54+88+131=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #365883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365883 is #C9A77C. Grayscale: #525252. Windows color (decimal): -13215613 or 8607798. OLE color: 8607798.

HSL color Cylindrical-coordinate representation of color #365883: hue angle of 213.51º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #365883 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 88 131 -
CMYK 0.59 0.33 0 0.49
HSL 213.51º 0.42% 0.36% -
HSV(B) 213.51º 0.59% 0.51% -
XYZ 9.11 9.4 22.81 -
YUV 82.74 155.24 107.5 -
System Red Green Blue C M Y K H S L
Decimal 54 88 131 0.59 0.33 0 0.49 213.51 0.42 0.36
Hex 36 58 83 3B 21 0 31 D6 2A 24
Octal 66 130 203 73 41 0 61 326 52 44
Binary 110110 1011000 10000011 111011 100001 0 110001 11010110 101010 100100

Color Harmonies of #365883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365883

Black with #365883

Text Example


Text Example

White with #365883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365883; }

 p { color: rgb(54,88,131); }

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

background-color css

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

 a { background-color: rgb(54,88,131); }

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

border-color css

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

 span { border-color: rgb(54,88,131); }

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