#306C93

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

Shades of Lochmara #306C93

Tints of Lochmara #306C93

Color information

#306C93 (or 0x306C93) is unknown color: approx Lochmara. HEX triplet: 30, 6C and 93. RGB value is (48,108,147). Sum of RGB (Red+Green+Blue) = 48+108+147=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #306C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306C93 is #CF936C. Grayscale: #5E5E5E. Windows color (decimal): -13603693 or 9661488. OLE color: 9661488.

HSL color Cylindrical-coordinate representation of color #306C93: hue angle of 203.64º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #306C93 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB48108147-
CMYK0.670.2700.42
HSL203.64º50.77%38.24%-
HSV(B)203.64º67.35%57.65%-
XYZ11.8513.4629.58-
YUV94.51157.6294.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.84%
GREEN value IS 108 (42.58% from 255) = 35.64%
BLUE value IS 147 (57.81% from 255) = 48.51%
R=15.84%
G=35.64%
B=48.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481081470.670.2700.42203.6450.7738.24
Hex306C93431B02Acc3326
Octal60154223103330523146346
Binary110000110110010010011100001111011010101011001100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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