Html Css Color HEX #365F92 Endeavour

📋 copy color: '#365F92'

red 54 ◦ green 95 ◦ blue 146

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

Shades of Endeavour #365F92

Tints of Endeavour #365F92

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.2%

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

R = 18.31%
G = 32.2%
B = 49.49%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#365F92 (or 0x365F92) is known color: Endeavour. HEX triplet: 36, 5F and 92. RGB value is (54,95,146). Sum of RGB (Red+Green+Blue) = 54+95+146=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #365F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365F92 is #C9A06D. Grayscale: #585858. Windows color (decimal): -13213806 or 9592630. OLE color: 9592630.

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

Color convert

RGB 54 95 146 -
CMYK 0.63 0.35 0 0.43
HSL 213.26º 0.46% 0.39% -
HSV(B) 213.26º 0.63% 0.57% -
XYZ 10.8 11.04 28.76 -
YUV 88.56 160.42 103.35 -
System Red Green Blue C M Y K H S L
Decimal 54 95 146 0.63 0.35 0 0.43 213.26 0.46 0.39
Hex 36 5F 92 3F 23 0 2B D5 2E 27
Octal 66 137 222 77 43 0 53 325 56 47
Binary 110110 1011111 10010010 111111 100011 0 101011 11010101 101110 100111

Color Harmonies of #365F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365F92

Black with #365F92

Text Example


Text Example

White with #365F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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