Html Css Color HEX #3B6998 Lochmara

📋 copy color: '#3B6998'

red 59 ◦ green 105 ◦ blue 152

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

Shades of Lochmara #3B6998

Tints of Lochmara #3B6998

RGB

 RED value IS 59 (23.44% from 255) = 18.67%

 GREEN value IS 105 (41.41% from 255) = 33.23%

 BLUE value IS 152 (59.77% from 255) = 48.1%

R = 18.67%
G = 33.23%
B = 48.1%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3B6998 (or 0x3B6998) is known color: Lochmara. HEX triplet: 3B, 69 and 98. RGB value is (59,105,152). Sum of RGB (Red+Green+Blue) = 59+105+152=316 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.67% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #3B6998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6998 is #C49667. Grayscale: #606060. Windows color (decimal): -12883560 or 9988411. OLE color: 9988411.

HSL color Cylindrical-coordinate representation of color #3B6998: hue angle of 210.32º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B6998 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 59 105 152 -
CMYK 0.61 0.31 0 0.40
HSL 210.32º 0.44% 0.41% -
HSV(B) 210.32º 0.61% 0.6% -
XYZ 12.52 13.3 31.61 -
YUV 96.6 159.26 101.18 -
System Red Green Blue C M Y K H S L
Decimal 59 105 152 0.61 0.31 0 0.40 210.32 0.44 0.41
Hex 3B 69 98 3D 1F 0 28 D2 2C 29
Octal 73 151 230 75 37 0 50 322 54 51
Binary 111011 1101001 10011000 111101 11111 0 101000 11010010 101100 101001

Color Harmonies of #3B6998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6998

Black with #3B6998

Text Example


Text Example

White with #3B6998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,105,152); }

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

background-color css

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

 a { background-color: rgb(59,105,152); }

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

border-color css

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

 span { border-color: rgb(59,105,152); }

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