Html Css Color HEX #3764B4 Mariner

📋 copy color: '#3764B4'

red 55 ◦ green 100 ◦ blue 180

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

Shades of Mariner #3764B4

Tints of Mariner #3764B4

RGB

 RED value IS 55 (21.88% from 255) = 16.42%

 GREEN value IS 100 (39.45% from 255) = 29.85%

 BLUE value IS 180 (70.7% from 255) = 53.73%

R = 16.42%
G = 29.85%
B = 53.73%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3764B4 (or 0x3764B4) is known color: Mariner. HEX triplet: 37, 64 and B4. RGB value is (55,100,180). Sum of RGB (Red+Green+Blue) = 55+100+180=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 180 (70.70% from 255 or 53.73% from 335); Max value from RGB is 180 - color contains mainly: blue. Hex color #3764B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3764B4 is #C89B4B. Grayscale: #5F5F5F. Windows color (decimal): -13146956 or 11822135. OLE color: 11822135.

HSL color Cylindrical-coordinate representation of color #3764B4: hue angle of 218.4º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3764B4 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 55 100 180 -
CMYK 0.69 0.44 0 0.29
HSL 218.4º 0.53% 0.46% -
HSV(B) 218.4º 0.69% 0.71% -
XYZ 14.37 13.22 44.97 -
YUV 95.67 175.59 99 -
System Red Green Blue C M Y K H S L
Decimal 55 100 180 0.69 0.44 0 0.29 218.4 0.53 0.46
Hex 37 64 B4 45 2C 0 1D DA 35 2E
Octal 67 144 264 105 54 0 35 332 65 56
Binary 110111 1100100 10110100 1000101 101100 0 11101 11011010 110101 101110

Color Harmonies of #3764B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3764B4

Black with #3764B4

Text Example


Text Example

White with #3764B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3764B4; }

 p { color: rgb(55,100,180); }

 H1.HeaderClassName
 {
   color: #3764B4;
 }
 .AnyTagClassName
 {
   color: #3764B4;
 }
</style>

background-color css

<style>
 a { background-color: #3764B4; }

 a { background-color: rgb(55,100,180); }

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

border-color css

<style>
 span { border-color: #3764B4; }

 span { border-color: rgb(55,100,180); }

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