#307b9a

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

Shades of Lochmara #307B9A

Tints of Lochmara #307B9A

Color information

#307B9A (or 0x307B9A) is unknown color: approx Lochmara. HEX triplet: 30, 7B and 9A. RGB value is (48,123,154). Sum of RGB (Red+Green+Blue) = 48+123+154=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 154 - color contains mainly: blue. Hex color #307B9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307B9A is #CF8465. Grayscale: #676767. Windows color (decimal): -13599846 or 10124080. OLE color: 10124080.

HSL color Cylindrical-coordinate representation of color #307B9A: hue angle of 197.55º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #307B9A is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB48123154-
CMYK0.690.2000.40
HSL197.55º52.48%39.61%-
HSV(B)197.55º68.83%60.39%-
XYZ14.1317.1333.13-
YUV104.11156.1587.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.77%
GREEN value IS 123 (48.44% from 255) = 37.85%
BLUE value IS 154 (60.55% from 255) = 47.38%
R=14.77%
G=37.85%
B=47.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481231540.690.2000.40197.5552.4839.61
Hex307B9A4514028c63428
Octal60173232105240503066450
Binary110000111101110011010100010110100010100011000110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307b9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,123,154); }

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

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

 a { background-color: rgb(48,123,154); }

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

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

 span { border-color: rgb(48,123,154); }

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