Html Css Color HEX #365AA4 Mariner

📋 copy color: '#365AA4'

red 54 ◦ green 90 ◦ blue 164

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

Shades of Mariner #365AA4

Tints of Mariner #365AA4

RGB

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

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

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

R = 17.53%
G = 29.22%
B = 53.25%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#365AA4 (or 0x365AA4) is known color: Mariner. HEX triplet: 36, 5A and A4. RGB value is (54,90,164). Sum of RGB (Red+Green+Blue) = 54+90+164=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 164 (64.45% from 255 or 53.25% from 308); Max value from RGB is 164 - color contains mainly: blue. Hex color #365AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365AA4 is #C9A55B. Grayscale: #575757. Windows color (decimal): -13215068 or 10770998. OLE color: 10770998.

HSL color Cylindrical-coordinate representation of color #365AA4: hue angle of 220.36º 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 #365AA4 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 54 90 164 -
CMYK 0.67 0.45 0 0.36
HSL 220.36º 0.5% 0.43% -
HSV(B) 220.36º 0.67% 0.64% -
XYZ 11.88 10.78 36.58 -
YUV 87.67 171.07 103.98 -
System Red Green Blue C M Y K H S L
Decimal 54 90 164 0.67 0.45 0 0.36 220.36 0.5 0.43
Hex 36 5A A4 43 2D 0 24 DC 32 2B
Octal 66 132 244 103 55 0 44 334 62 53
Binary 110110 1011010 10100100 1000011 101101 0 100100 11011100 110010 101011

Color Harmonies of #365AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365AA4

Black with #365AA4

Text Example


Text Example

White with #365AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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