Html Css Color HEX #365B93 Endeavour

📋 copy color: '#365B93'

red 54 ◦ green 91 ◦ blue 147

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

Shades of Endeavour #365B93

Tints of Endeavour #365B93

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.16%

 BLUE value IS 147 (57.81% from 255) = 50.34%

R = 18.49%
G = 31.16%
B = 50.34%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#365B93 (or 0x365B93) is known color: Endeavour. HEX triplet: 36, 5B and 93. RGB value is (54,91,147). Sum of RGB (Red+Green+Blue) = 54+91+147=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #365B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365B93 is #C9A46C. Grayscale: #565656. Windows color (decimal): -13214829 or 9657142. OLE color: 9657142.

HSL color Cylindrical-coordinate representation of color #365B93: hue angle of 216.13º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #365B93 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 91 147 -
CMYK 0.63 0.38 0 0.42
HSL 216.13º 0.46% 0.39% -
HSV(B) 216.13º 0.63% 0.58% -
XYZ 10.53 10.37 29.05 -
YUV 86.32 162.24 104.95 -
System Red Green Blue C M Y K H S L
Decimal 54 91 147 0.63 0.38 0 0.42 216.13 0.46 0.39
Hex 36 5B 93 3F 26 0 2A D8 2E 27
Octal 66 133 223 77 46 0 52 330 56 47
Binary 110110 1011011 10010011 111111 100110 0 101010 11011000 101110 100111

Color Harmonies of #365B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365B93

Black with #365B93

Text Example


Text Example

White with #365B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,91,147); }

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

background-color css

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

 a { background-color: rgb(54,91,147); }

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

border-color css

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

 span { border-color: rgb(54,91,147); }

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