Html Css Color HEX #365E8B Endeavour

📋 copy color: '#365E8B'

red 54 ◦ green 94 ◦ blue 139

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

Shades of Endeavour #365E8B

Tints of Endeavour #365E8B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.75%

 BLUE value IS 139 (54.69% from 255) = 48.43%

R = 18.82%
G = 32.75%
B = 48.43%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#365E8B (or 0x365E8B) is known color: Endeavour. HEX triplet: 36, 5E and 8B. RGB value is (54,94,139). Sum of RGB (Red+Green+Blue) = 54+94+139=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #365E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365E8B is #C9A174. Grayscale: #565656. Windows color (decimal): -13214069 or 9133622. OLE color: 9133622.

HSL color Cylindrical-coordinate representation of color #365E8B: hue angle of 211.76º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #365E8B is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 94 139 -
CMYK 0.61 0.32 0 0.45
HSL 211.76º 0.44% 0.38% -
HSV(B) 211.76º 0.61% 0.55% -
XYZ 10.18 10.65 25.95 -
YUV 87.17 157.25 104.34 -
System Red Green Blue C M Y K H S L
Decimal 54 94 139 0.61 0.32 0 0.45 211.76 0.44 0.38
Hex 36 5E 8B 3D 20 0 2D D4 2C 26
Octal 66 136 213 75 40 0 55 324 54 46
Binary 110110 1011110 10001011 111101 100000 0 101101 11010100 101100 100110

Color Harmonies of #365E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365E8B

Black with #365E8B

Text Example


Text Example

White with #365E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,94,139); }

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

background-color css

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

 a { background-color: rgb(54,94,139); }

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

border-color css

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

 span { border-color: rgb(54,94,139); }

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