Html Css Color HEX #3076B2 Lochmara

📋 copy color: '#3076B2'

red 48 ◦ green 118 ◦ blue 178

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

Shades of Lochmara #3076B2

Tints of Lochmara #3076B2

RGB

 RED value IS 48 (19.14% from 255) = 13.95%

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

 BLUE value IS 178 (69.92% from 255) = 51.74%

R = 13.95%
G = 34.3%
B = 51.74%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3076B2 (or 0x3076B2) is known color: Lochmara. HEX triplet: 30, 76 and B2. RGB value is (48,118,178). Sum of RGB (Red+Green+Blue) = 48+118+178=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 178 (69.92% from 255 or 51.74% from 344); Max value from RGB is 178 - color contains mainly: blue. Hex color #3076B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3076B2 is #CF894D. Grayscale: #676767. Windows color (decimal): -13601102 or 11695664. OLE color: 11695664.

HSL color Cylindrical-coordinate representation of color #3076B2: hue angle of 207.69º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3076B2 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 48 118 178 -
CMYK 0.73 0.34 0 0.30
HSL 207.69º 0.58% 0.44% -
HSV(B) 207.69º 0.73% 0.7% -
XYZ 15.73 16.8 44.53 -
YUV 103.91 169.81 88.12 -
System Red Green Blue C M Y K H S L
Decimal 48 118 178 0.73 0.34 0 0.30 207.69 0.58 0.44
Hex 30 76 B2 49 22 0 1E D0 3A 2C
Octal 60 166 262 111 42 0 36 320 72 54
Binary 110000 1110110 10110010 1001001 100010 0 11110 11010000 111010 101100

Color Harmonies of #3076B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3076B2

Black with #3076B2

Text Example


Text Example

White with #3076B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3076B2; }

 p { color: rgb(48,118,178); }

 H1.HeaderClassName
 {
   color: #3076B2;
 }
 .AnyTagClassName
 {
   color: #3076B2;
 }
</style>

background-color css

<style>
 a { background-color: #3076B2; }

 a { background-color: rgb(48,118,178); }

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

border-color css

<style>
 span { border-color: #3076B2; }

 span { border-color: rgb(48,118,178); }

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