Html Css Color HEX #3F67B5 Mariner

📋 copy color: '#3F67B5'

red 63 ◦ green 103 ◦ blue 181

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

Shades of Mariner #3F67B5

Tints of Mariner #3F67B5

RGB

 RED value IS 63 (25% from 255) = 18.16%

 GREEN value IS 103 (40.63% from 255) = 29.68%

 BLUE value IS 181 (71.09% from 255) = 52.16%

R = 18.16%
G = 29.68%
B = 52.16%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3F67B5 (or 0x3F67B5) is known color: Mariner. HEX triplet: 3F, 67 and B5. RGB value is (63,103,181). Sum of RGB (Red+Green+Blue) = 63+103+181=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 181 (71.09% from 255 or 52.16% from 347); Max value from RGB is 181 - color contains mainly: blue. Hex color #3F67B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F67B5 is #C0984A. Grayscale: #636363. Windows color (decimal): -12621899 or 11888447. OLE color: 11888447.

HSL color Cylindrical-coordinate representation of color #3F67B5: hue angle of 219.66º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F67B5 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 63 103 181 -
CMYK 0.65 0.43 0 0.29
HSL 219.66º 0.48% 0.48% -
HSV(B) 219.66º 0.65% 0.71% -
XYZ 15.24 14.09 45.63 -
YUV 99.93 173.75 101.66 -
System Red Green Blue C M Y K H S L
Decimal 63 103 181 0.65 0.43 0 0.29 219.66 0.48 0.48
Hex 3F 67 B5 41 2B 0 1D DC 30 30
Octal 77 147 265 101 53 0 35 334 60 60
Binary 111111 1100111 10110101 1000001 101011 0 11101 11011100 110000 110000

Color Harmonies of #3F67B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F67B5

Black with #3F67B5

Text Example


Text Example

White with #3F67B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F67B5; }

 p { color: rgb(63,103,181); }

 H1.HeaderClassName
 {
   color: #3F67B5;
 }
 .AnyTagClassName
 {
   color: #3F67B5;
 }
</style>

background-color css

<style>
 a { background-color: #3F67B5; }

 a { background-color: rgb(63,103,181); }

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

border-color css

<style>
 span { border-color: #3F67B5; }

 span { border-color: rgb(63,103,181); }

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