#306CAD

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

Shades of Lochmara #306CAD

Tints of Lochmara #306CAD

Color information

#306CAD (or 0x306CAD) is unknown color: approx Lochmara. HEX triplet: 30, 6C and AD. RGB value is (48,108,173). Sum of RGB (Red+Green+Blue) = 48+108+173=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #306CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306CAD is #CF9352. Grayscale: #616161. Windows color (decimal): -13603667 or 11365424. OLE color: 11365424.

HSL color Cylindrical-coordinate representation of color #306CAD: hue angle of 211.2º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #306CAD is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB48108173-
CMYK0.720.3800.32
HSL211.2º56.56%43.33%-
HSV(B)211.2º72.25%67.84%-
XYZ14.1214.3741.56-
YUV97.47170.6292.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.59%
GREEN value IS 108 (42.58% from 255) = 32.83%
BLUE value IS 173 (67.97% from 255) = 52.58%
R=14.59%
G=32.83%
B=52.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal481081730.720.3800.32211.256.5643.33
Hex306CAD4826020d3392b
Octal60154255110460403237153
Binary1100001101100101011011001000100110010000011010011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306CAD; }

 p { color: rgb(48,108,173); }

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

<style>
 a { background-color: #306CAD; }

 a { background-color: rgb(48,108,173); }

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

<style>
 span { border-color: #306CAD; }

 span { border-color: rgb(48,108,173); }

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