Html Css Color HEX #3072AB Lochmara

📋 copy color: '#3072AB'

red 48 ◦ green 114 ◦ blue 171

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

Shades of Lochmara #3072AB

Tints of Lochmara #3072AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.35%

R = 14.41%
G = 34.23%
B = 51.35%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3072AB (or 0x3072AB) is known color: Lochmara. HEX triplet: 30, 72 and AB. RGB value is (48,114,171). Sum of RGB (Red+Green+Blue) = 48+114+171=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #3072AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3072AB is #CF8D54. Grayscale: #646464. Windows color (decimal): -13602133 or 11235888. OLE color: 11235888.

HSL color Cylindrical-coordinate representation of color #3072AB: hue angle of 207.8º 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 #3072AB is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 114 171 -
CMYK 0.72 0.33 0 0.33
HSL 207.8º 0.56% 0.43% -
HSV(B) 207.8º 0.72% 0.67% -
XYZ 14.59 15.6 40.77 -
YUV 100.76 167.63 90.37 -
System Red Green Blue C M Y K H S L
Decimal 48 114 171 0.72 0.33 0 0.33 207.8 0.56 0.43
Hex 30 72 AB 48 21 0 21 D0 38 2B
Octal 60 162 253 110 41 0 41 320 70 53
Binary 110000 1110010 10101011 1001000 100001 0 100001 11010000 111000 101011

Color Harmonies of #3072AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3072AB

Black with #3072AB

Text Example


Text Example

White with #3072AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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