Html Css Color HEX #3067B0 Lochmara

📋 copy color: '#3067B0'

red 48 ◦ green 103 ◦ blue 176

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

Shades of Lochmara #3067B0

Tints of Lochmara #3067B0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.5%

 BLUE value IS 176 (69.14% from 255) = 53.82%

R = 14.68%
G = 31.5%
B = 53.82%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3067B0 (or 0x3067B0) is known color: Lochmara. HEX triplet: 30, 67 and B0. RGB value is (48,103,176). Sum of RGB (Red+Green+Blue) = 48+103+176=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 176 (69.14% from 255 or 53.82% from 327); Max value from RGB is 176 - color contains mainly: blue. Hex color #3067B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3067B0 is #CF984F. Grayscale: #5E5E5E. Windows color (decimal): -13604944 or 11560752. OLE color: 11560752.

HSL color Cylindrical-coordinate representation of color #3067B0: hue angle of 214.22º 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 #3067B0 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 103 176 -
CMYK 0.73 0.41 0 0.31
HSL 214.22º 0.57% 0.44% -
HSV(B) 214.22º 0.73% 0.69% -
XYZ 13.91 13.46 42.94 -
YUV 94.88 173.78 94.56 -
System Red Green Blue C M Y K H S L
Decimal 48 103 176 0.73 0.41 0 0.31 214.22 0.57 0.44
Hex 30 67 B0 49 29 0 1F D6 39 2C
Octal 60 147 260 111 51 0 37 326 71 54
Binary 110000 1100111 10110000 1001001 101001 0 11111 11010110 111001 101100

Color Harmonies of #3067B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3067B0

Black with #3067B0

Text Example


Text Example

White with #3067B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3067B0; }

 p { color: rgb(48,103,176); }

 H1.HeaderClassName
 {
   color: #3067B0;
 }
 .AnyTagClassName
 {
   color: #3067B0;
 }
</style>

background-color css

<style>
 a { background-color: #3067B0; }

 a { background-color: rgb(48,103,176); }

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

border-color css

<style>
 span { border-color: #3067B0; }

 span { border-color: rgb(48,103,176); }

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