Html Css Color HEX #365C93 Endeavour

📋 copy color: '#365C93'

red 54 ◦ green 92 ◦ blue 147

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

Shades of Endeavour #365C93

Tints of Endeavour #365C93

RGB

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

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

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

R = 18.43%
G = 31.4%
B = 50.17%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#365C93 (or 0x365C93) is known color: Endeavour. HEX triplet: 36, 5C and 93. RGB value is (54,92,147). Sum of RGB (Red+Green+Blue) = 54+92+147=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #365C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365C93 is #C9A36C. Grayscale: #565656. Windows color (decimal): -13214573 or 9657398. OLE color: 9657398.

HSL color Cylindrical-coordinate representation of color #365C93: hue angle of 215.48º 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 #365C93 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 92 147 -
CMYK 0.63 0.37 0 0.42
HSL 215.48º 0.46% 0.39% -
HSV(B) 215.48º 0.63% 0.58% -
XYZ 10.61 10.55 29.08 -
YUV 86.91 161.91 104.53 -
System Red Green Blue C M Y K H S L
Decimal 54 92 147 0.63 0.37 0 0.42 215.48 0.46 0.39
Hex 36 5C 93 3F 25 0 2A D7 2E 27
Octal 66 134 223 77 45 0 52 327 56 47
Binary 110110 1011100 10010011 111111 100101 0 101010 11010111 101110 100111

Color Harmonies of #365C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365C93

Black with #365C93

Text Example


Text Example

White with #365C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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