Html Css Color HEX #365D92 Endeavour

📋 copy color: '#365D92'

red 54 ◦ green 93 ◦ blue 146

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

Shades of Endeavour #365D92

Tints of Endeavour #365D92

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.74%

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

R = 18.43%
G = 31.74%
B = 49.83%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#365D92 (or 0x365D92) is known color: Endeavour. HEX triplet: 36, 5D and 92. RGB value is (54,93,146). Sum of RGB (Red+Green+Blue) = 54+93+146=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #365D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365D92 is #C9A26D. Grayscale: #575757. Windows color (decimal): -13214318 or 9592118. OLE color: 9592118.

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

Color convert

RGB 54 93 146 -
CMYK 0.63 0.36 0 0.43
HSL 214.57º 0.46% 0.39% -
HSV(B) 214.57º 0.63% 0.57% -
XYZ 10.62 10.69 28.7 -
YUV 87.38 161.08 104.19 -
System Red Green Blue C M Y K H S L
Decimal 54 93 146 0.63 0.36 0 0.43 214.57 0.46 0.39
Hex 36 5D 92 3F 24 0 2B D7 2E 27
Octal 66 135 222 77 44 0 53 327 56 47
Binary 110110 1011101 10010010 111111 100100 0 101011 11010111 101110 100111

Color Harmonies of #365D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365D92

Black with #365D92

Text Example


Text Example

White with #365D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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