#3067AA

Color #3067AA Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #3067AA

Tints of Lochmara #3067AA

Color information

#3067AA (or 0x3067AA) is unknown color: approx Lochmara. HEX triplet: 30, 67 and AA. RGB value is (48,103,170). Sum of RGB (Red+Green+Blue) = 48+103+170=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #3067AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3067AA is #CF9855. Grayscale: #5D5D5D. Windows color (decimal): -13604950 or 11167536. OLE color: 11167536.

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

Color convert

RGB48103170-
CMYK0.720.3900.33
HSL212.95º55.96%42.75%-
HSV(B)212.95º71.76%66.67%-
XYZ13.3213.2339.88-
YUV94.19170.7895.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.95%
GREEN value IS 103 (40.62% from 255) = 32.09%
BLUE value IS 170 (66.80% from 255) = 52.96%
R=14.95%
G=32.09%
B=52.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481031700.720.3900.33212.9555.9642.75
Hex3067AA4827021d5382b
Octal60147252110470413257053
Binary1100001100111101010101001000100111010000111010101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3067AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3067AA;
 }
 .AnyTagClassName
 {
   color: #3067AA;
 }
</style>
background-color css

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

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

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

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

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

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