Html Css Color HEX #3076AC Lochmara

📋 copy color: '#3076AC'

red 48 ◦ green 118 ◦ blue 172

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

Shades of Lochmara #3076AC

Tints of Lochmara #3076AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.89%

R = 14.2%
G = 34.91%
B = 50.89%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3076AC (or 0x3076AC) is known color: Lochmara. HEX triplet: 30, 76 and AC. RGB value is (48,118,172). Sum of RGB (Red+Green+Blue) = 48+118+172=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #3076AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3076AC is #CF8953. Grayscale: #666666. Windows color (decimal): -13601108 or 11302448. OLE color: 11302448.

HSL color Cylindrical-coordinate representation of color #3076AC: hue angle of 206.13º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3076AC is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 118 172 -
CMYK 0.72 0.31 0 0.33
HSL 206.13º 0.56% 0.43% -
HSV(B) 206.13º 0.72% 0.67% -
XYZ 15.14 16.56 41.43 -
YUV 103.23 166.81 88.61 -
System Red Green Blue C M Y K H S L
Decimal 48 118 172 0.72 0.31 0 0.33 206.13 0.56 0.43
Hex 30 76 AC 48 1F 0 21 CE 38 2B
Octal 60 166 254 110 37 0 41 316 70 53
Binary 110000 1110110 10101100 1001000 11111 0 100001 11001110 111000 101011

Color Harmonies of #3076AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3076AC

Black with #3076AC

Text Example


Text Example

White with #3076AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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