Html Css Color HEX #3074B3 Lochmara

📋 copy color: '#3074B3'

red 48 ◦ green 116 ◦ blue 179

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

Shades of Lochmara #3074B3

Tints of Lochmara #3074B3

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.82%

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

R = 13.99%
G = 33.82%
B = 52.19%

CMYK

 C value IS 0.73

 M value IS 0.35

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3074B3 (or 0x3074B3) is known color: Lochmara. HEX triplet: 30, 74 and B3. RGB value is (48,116,179). Sum of RGB (Red+Green+Blue) = 48+116+179=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 179 (70.31% from 255 or 52.19% from 343); Max value from RGB is 179 - color contains mainly: blue. Hex color #3074B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3074B3 is #CF8B4C. Grayscale: #666666. Windows color (decimal): -13601613 or 11760688. OLE color: 11760688.

HSL color Cylindrical-coordinate representation of color #3074B3: hue angle of 208.85º 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 #3074B3 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 48 116 179 -
CMYK 0.73 0.35 0 0.30
HSL 208.86º 0.58% 0.45% -
HSV(B) 208.86º 0.73% 0.7% -
XYZ 15.6 16.37 44.99 -
YUV 102.85 170.97 88.88 -
System Red Green Blue C M Y K H S L
Decimal 48 116 179 0.73 0.35 0 0.30 208.86 0.58 0.45
Hex 30 74 B3 49 23 0 1E D1 3A 2D
Octal 60 164 263 111 43 0 36 321 72 55
Binary 110000 1110100 10110011 1001001 100011 0 11110 11010001 111010 101101

Color Harmonies of #3074B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3074B3

Black with #3074B3

Text Example


Text Example

White with #3074B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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