Html Css Color HEX #3076B3 Lochmara

📋 copy color: '#3076B3'

red 48 ◦ green 118 ◦ blue 179

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

Shades of Lochmara #3076B3

Tints of Lochmara #3076B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 51.88%

R = 13.91%
G = 34.2%
B = 51.88%

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

#3076B3 (or 0x3076B3) is known color: Lochmara. HEX triplet: 30, 76 and B3. RGB value is (48,118,179). Sum of RGB (Red+Green+Blue) = 48+118+179=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 179 (70.31% from 255 or 51.88% from 345); Max value from RGB is 179 - color contains mainly: blue. Hex color #3076B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3076B3 is #CF894C. Grayscale: #676767. Windows color (decimal): -13601101 or 11761200. OLE color: 11761200.

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

Color convert

RGB 48 118 179 -
CMYK 0.73 0.34 0 0.30
HSL 207.94º 0.58% 0.45% -
HSV(B) 207.94º 0.73% 0.7% -
XYZ 15.83 16.84 45.06 -
YUV 104.02 170.31 88.04 -
System Red Green Blue C M Y K H S L
Decimal 48 118 179 0.73 0.34 0 0.30 207.94 0.58 0.45
Hex 30 76 B3 49 22 0 1E D0 3A 2D
Octal 60 166 263 111 42 0 36 320 72 55
Binary 110000 1110110 10110011 1001001 100010 0 11110 11010000 111010 101101

Color Harmonies of #3076B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3076B3

Black with #3076B3

Text Example


Text Example

White with #3076B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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