Html Css Color HEX #365A94 Endeavour

📋 copy color: '#365A94'

red 54 ◦ green 90 ◦ blue 148

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

Shades of Endeavour #365A94

Tints of Endeavour #365A94

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.82%

 BLUE value IS 148 (58.2% from 255) = 50.68%

R = 18.49%
G = 30.82%
B = 50.68%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#365A94 (or 0x365A94) is known color: Endeavour. HEX triplet: 36, 5A and 94. RGB value is (54,90,148). Sum of RGB (Red+Green+Blue) = 54+90+148=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #365A94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365A94 is #C9A56B. Grayscale: #555555. Windows color (decimal): -13215084 or 9722422. OLE color: 9722422.

HSL color Cylindrical-coordinate representation of color #365A94: hue angle of 217.02º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #365A94 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 90 148 -
CMYK 0.64 0.39 0 0.42
HSL 217.02º 0.47% 0.4% -
HSV(B) 217.02º 0.64% 0.58% -
XYZ 10.52 10.23 29.44 -
YUV 85.85 163.07 105.28 -
System Red Green Blue C M Y K H S L
Decimal 54 90 148 0.64 0.39 0 0.42 217.02 0.47 0.4
Hex 36 5A 94 40 27 0 2A D9 2F 28
Octal 66 132 224 100 47 0 52 331 57 50
Binary 110110 1011010 10010100 1000000 100111 0 101010 11011001 101111 101000

Color Harmonies of #365A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A94

Black with #365A94

Text Example


Text Example

White with #365A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,90,148); }

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

background-color css

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

 a { background-color: rgb(54,90,148); }

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

border-color css

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

 span { border-color: rgb(54,90,148); }

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