Html Css Color HEX #365DA4 Mariner

📋 copy color: '#365DA4'

red 54 ◦ green 93 ◦ blue 164

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

Shades of Mariner #365DA4

Tints of Mariner #365DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 52.73%

R = 17.36%
G = 29.9%
B = 52.73%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#365DA4 (or 0x365DA4) is known color: Mariner. HEX triplet: 36, 5D and A4. RGB value is (54,93,164). Sum of RGB (Red+Green+Blue) = 54+93+164=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 164 (64.45% from 255 or 52.73% from 311); Max value from RGB is 164 - color contains mainly: blue. Hex color #365DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365DA4 is #C9A25B. Grayscale: #595959. Windows color (decimal): -13214300 or 10771766. OLE color: 10771766.

HSL color Cylindrical-coordinate representation of color #365DA4: hue angle of 218.73º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #365DA4 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 54 93 164 -
CMYK 0.67 0.43 0 0.36
HSL 218.73º 0.5% 0.43% -
HSV(B) 218.73º 0.67% 0.64% -
XYZ 12.14 11.29 36.66 -
YUV 89.43 170.08 102.73 -
System Red Green Blue C M Y K H S L
Decimal 54 93 164 0.67 0.43 0 0.36 218.73 0.5 0.43
Hex 36 5D A4 43 2B 0 24 DB 32 2B
Octal 66 135 244 103 53 0 44 333 62 53
Binary 110110 1011101 10100100 1000011 101011 0 100100 11011011 110010 101011

Color Harmonies of #365DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365DA4

Black with #365DA4

Text Example


Text Example

White with #365DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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