#307DA3

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

Shades of Lochmara #307DA3

Tints of Lochmara #307DA3

Color information

#307DA3 (or 0x307DA3) is unknown color: approx Lochmara. HEX triplet: 30, 7D and A3. RGB value is (48,125,163). Sum of RGB (Red+Green+Blue) = 48+125+163=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 163 (64.06% from 255 or 48.51% from 336); Max value from RGB is 163 - color contains mainly: blue. Hex color #307DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307DA3 is #CF825C. Grayscale: #6A6A6A. Windows color (decimal): -13599325 or 10714416. OLE color: 10714416.

HSL color Cylindrical-coordinate representation of color #307DA3: hue angle of 199.83º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #307DA3 is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB48125163-
CMYK0.710.2300.36
HSL199.83º54.5%41.37%-
HSV(B)199.83º70.55%63.92%-
XYZ15.1617.9437.31-
YUV106.31159.9986.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.29%
GREEN value IS 125 (49.22% from 255) = 37.20%
BLUE value IS 163 (64.06% from 255) = 48.51%
R=14.29%
G=37.20%
B=48.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal481251630.710.2300.36199.8354.541.37
Hex307DA34717024c83729
Octal60175243107270443106751
Binary110000111110110100011100011110111010010011001000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307DA3; }

 p { color: rgb(48,125,163); }

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

<style>
 a { background-color: #307DA3; }

 a { background-color: rgb(48,125,163); }

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

<style>
 span { border-color: #307DA3; }

 span { border-color: rgb(48,125,163); }

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