Html Css Color HEX #3072B1 Lochmara

📋 copy color: '#3072B1'

red 48 ◦ green 114 ◦ blue 177

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

Shades of Lochmara #3072B1

Tints of Lochmara #3072B1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.63%

 BLUE value IS 177 (69.53% from 255) = 52.21%

R = 14.16%
G = 33.63%
B = 52.21%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3072B1 (or 0x3072B1) is known color: Lochmara. HEX triplet: 30, 72 and B1. RGB value is (48,114,177). Sum of RGB (Red+Green+Blue) = 48+114+177=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 177 (69.53% from 255 or 52.21% from 339); Max value from RGB is 177 - color contains mainly: blue. Hex color #3072B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3072B1 is #CF8D4E. Grayscale: #656565. Windows color (decimal): -13602127 or 11629104. OLE color: 11629104.

HSL color Cylindrical-coordinate representation of color #3072B1: hue angle of 209.3º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3072B1 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 114 177 -
CMYK 0.73 0.36 0 0.31
HSL 209.3º 0.57% 0.44% -
HSV(B) 209.3º 0.73% 0.69% -
XYZ 15.17 15.84 43.85 -
YUV 101.45 170.63 89.88 -
System Red Green Blue C M Y K H S L
Decimal 48 114 177 0.73 0.36 0 0.31 209.3 0.57 0.44
Hex 30 72 B1 49 24 0 1F D1 39 2C
Octal 60 162 261 111 44 0 37 321 71 54
Binary 110000 1110010 10110001 1001001 100100 0 11111 11010001 111001 101100

Color Harmonies of #3072B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3072B1

Black with #3072B1

Text Example


Text Example

White with #3072B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3072B1; }

 p { color: rgb(48,114,177); }

 H1.HeaderClassName
 {
   color: #3072B1;
 }
 .AnyTagClassName
 {
   color: #3072B1;
 }
</style>

background-color css

<style>
 a { background-color: #3072B1; }

 a { background-color: rgb(48,114,177); }

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

border-color css

<style>
 span { border-color: #3072B1; }

 span { border-color: rgb(48,114,177); }

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