Html Css Color HEX #365F90 Endeavour

📋 copy color: '#365F90'

red 54 ◦ green 95 ◦ blue 144

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

Shades of Endeavour #365F90

Tints of Endeavour #365F90

RGB

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

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

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

R = 18.43%
G = 32.42%
B = 49.15%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#365F90 (or 0x365F90) is known color: Endeavour. HEX triplet: 36, 5F and 90. RGB value is (54,95,144). Sum of RGB (Red+Green+Blue) = 54+95+144=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #365F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365F90 is #C9A06F. Grayscale: #585858. Windows color (decimal): -13213808 or 9461558. OLE color: 9461558.

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

Color convert

RGB 54 95 144 -
CMYK 0.63 0.34 0 0.44
HSL 212.67º 0.45% 0.39% -
HSV(B) 212.67º 0.63% 0.56% -
XYZ 10.65 10.98 27.94 -
YUV 88.33 159.42 103.52 -
System Red Green Blue C M Y K H S L
Decimal 54 95 144 0.63 0.34 0 0.44 212.67 0.45 0.39
Hex 36 5F 90 3F 22 0 2C D5 2D 27
Octal 66 137 220 77 42 0 54 325 55 47
Binary 110110 1011111 10010000 111111 100010 0 101100 11010101 101101 100111

Color Harmonies of #365F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365F90

Black with #365F90

Text Example


Text Example

White with #365F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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