#306CB4

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

Shades of Lochmara #306CB4

Tints of Lochmara #306CB4

Color information

#306CB4 (or 0x306CB4) is unknown color: approx Lochmara. HEX triplet: 30, 6C and B4. RGB value is (48,108,180). Sum of RGB (Red+Green+Blue) = 48+108+180=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 180 (70.70% from 255 or 53.57% from 336); Max value from RGB is 180 - color contains mainly: blue. Hex color #306CB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306CB4 is #CF934B. Grayscale: #616161. Windows color (decimal): -13603660 or 11824176. OLE color: 11824176.

HSL color Cylindrical-coordinate representation of color #306CB4: hue angle of 212.73º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #306CB4 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB48108180-
CMYK0.730.4000.29
HSL212.73º57.89%44.71%-
HSV(B)212.73º73.33%70.59%-
XYZ14.8214.6545.23-
YUV98.27174.1292.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.29%
GREEN value IS 108 (42.58% from 255) = 32.14%
BLUE value IS 180 (70.70% from 255) = 53.57%
R=14.29%
G=32.14%
B=53.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal481081800.730.4000.29212.7357.8944.71
Hex306CB4492801Dd53a2d
Octal60154264111500353257255
Binary110000110110010110100100100110100001110111010101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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