Html Css Color HEX #365B92 Endeavour

📋 copy color: '#365B92'

red 54 ◦ green 91 ◦ blue 146

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

Shades of Endeavour #365B92

Tints of Endeavour #365B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 50.17%

R = 18.56%
G = 31.27%
B = 50.17%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#365B92 (or 0x365B92) is known color: Endeavour. HEX triplet: 36, 5B and 92. RGB value is (54,91,146). Sum of RGB (Red+Green+Blue) = 54+91+146=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #365B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365B92 is #C9A46D. Grayscale: #555555. Windows color (decimal): -13214830 or 9591606. OLE color: 9591606.

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

Color convert

RGB 54 91 146 -
CMYK 0.63 0.38 0 0.43
HSL 215.87º 0.46% 0.39% -
HSV(B) 215.87º 0.63% 0.57% -
XYZ 10.45 10.34 28.64 -
YUV 86.21 161.74 105.03 -
System Red Green Blue C M Y K H S L
Decimal 54 91 146 0.63 0.38 0 0.43 215.87 0.46 0.39
Hex 36 5B 92 3F 26 0 2B D8 2E 27
Octal 66 133 222 77 46 0 53 330 56 47
Binary 110110 1011011 10010010 111111 100110 0 101011 11011000 101110 100111

Color Harmonies of #365B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365B92

Black with #365B92

Text Example


Text Example

White with #365B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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