Html Css Color HEX #365D90 Endeavour

📋 copy color: '#365D90'

red 54 ◦ green 93 ◦ blue 144

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

Shades of Endeavour #365D90

Tints of Endeavour #365D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 49.48%

R = 18.56%
G = 31.96%
B = 49.48%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#365D90 (or 0x365D90) is known color: Endeavour. HEX triplet: 36, 5D and 90. RGB value is (54,93,144). Sum of RGB (Red+Green+Blue) = 54+93+144=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #365D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365D90 is #C9A26F. Grayscale: #565656. Windows color (decimal): -13214320 or 9461046. OLE color: 9461046.

HSL color Cylindrical-coordinate representation of color #365D90: hue angle of 214º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #365D90 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 93 144 -
CMYK 0.63 0.35 0 0.44
HSL 214º 0.45% 0.39% -
HSV(B) 214º 0.63% 0.56% -
XYZ 10.47 10.63 27.88 -
YUV 87.15 160.08 104.35 -
System Red Green Blue C M Y K H S L
Decimal 54 93 144 0.63 0.35 0 0.44 214 0.45 0.39
Hex 36 5D 90 3F 23 0 2C D6 2D 27
Octal 66 135 220 77 43 0 54 326 55 47
Binary 110110 1011101 10010000 111111 100011 0 101100 11010110 101101 100111

Color Harmonies of #365D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365D90

Black with #365D90

Text Example


Text Example

White with #365D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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