Html Css Color HEX #3B769B Lochmara

📋 copy color: '#3B769B'

red 59 ◦ green 118 ◦ blue 155

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

Shades of Lochmara #3B769B

Tints of Lochmara #3B769B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.54%

 BLUE value IS 155 (60.94% from 255) = 46.69%

R = 17.77%
G = 35.54%
B = 46.69%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3B769B (or 0x3B769B) is known color: Lochmara. HEX triplet: 3B, 76 and 9B. RGB value is (59,118,155). Sum of RGB (Red+Green+Blue) = 59+118+155=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B769B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B769B is #C48964. Grayscale: #686868. Windows color (decimal): -12880229 or 10188347. OLE color: 10188347.

HSL color Cylindrical-coordinate representation of color #3B769B: hue angle of 203.12º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B769B is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 59 118 155 -
CMYK 0.62 0.24 0 0.39
HSL 203.13º 0.45% 0.42% -
HSV(B) 203.13º 0.62% 0.61% -
XYZ 14.2 16.25 33.4 -
YUV 104.58 156.45 95.49 -
System Red Green Blue C M Y K H S L
Decimal 59 118 155 0.62 0.24 0 0.39 203.13 0.45 0.42
Hex 3B 76 9B 3E 18 0 27 CB 2D 2A
Octal 73 166 233 76 30 0 47 313 55 52
Binary 111011 1110110 10011011 111110 11000 0 100111 11001011 101101 101010

Color Harmonies of #3B769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B769B

Black with #3B769B

Text Example


Text Example

White with #3B769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,118,155); }

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

background-color css

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

 a { background-color: rgb(59,118,155); }

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

border-color css

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

 span { border-color: rgb(59,118,155); }

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