Html Css Color HEX #4368AF Mariner

📋 copy color: '#4368AF'

red 67 ◦ green 104 ◦ blue 175

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

Shades of Mariner #4368AF

Tints of Mariner #4368AF

RGB

 RED value IS 67 (26.56% from 255) = 19.36%

 GREEN value IS 104 (41.02% from 255) = 30.06%

 BLUE value IS 175 (68.75% from 255) = 50.58%

R = 19.36%
G = 30.06%
B = 50.58%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4368AF (or 0x4368AF) is known color: Mariner. HEX triplet: 43, 68 and AF. RGB value is (67,104,175). Sum of RGB (Red+Green+Blue) = 67+104+175=346 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.36% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #4368AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4368AF is #BC9750. Grayscale: #646464. Windows color (decimal): -12359505 or 11495491. OLE color: 11495491.

HSL color Cylindrical-coordinate representation of color #4368AF: hue angle of 219.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4368AF is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 67 104 175 -
CMYK 0.62 0.41 0 0.31
HSL 219.44º 0.45% 0.47% -
HSV(B) 219.44º 0.62% 0.69% -
XYZ 15 14.19 42.51 -
YUV 101.03 169.74 103.73 -
System Red Green Blue C M Y K H S L
Decimal 67 104 175 0.62 0.41 0 0.31 219.44 0.45 0.47
Hex 43 68 AF 3E 29 0 1F DB 2D 2F
Octal 103 150 257 76 51 0 37 333 55 57
Binary 1000011 1101000 10101111 111110 101001 0 11111 11011011 101101 101111

Color Harmonies of #4368AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4368AF

Black with #4368AF

Text Example


Text Example

White with #4368AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4368AF; }

 p { color: rgb(67,104,175); }

 H1.HeaderClassName
 {
   color: #4368AF;
 }
 .AnyTagClassName
 {
   color: #4368AF;
 }
</style>

background-color css

<style>
 a { background-color: #4368AF; }

 a { background-color: rgb(67,104,175); }

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

border-color css

<style>
 span { border-color: #4368AF; }

 span { border-color: rgb(67,104,175); }

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