#307DAA

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

Shades of Lochmara #307DAA

Tints of Lochmara #307DAA

Color information

#307DAA (or 0x307DAA) is unknown color: approx Lochmara. HEX triplet: 30, 7D and AA. RGB value is (48,125,170). Sum of RGB (Red+Green+Blue) = 48+125+170=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #307DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307DAA is #CF8255. Grayscale: #6A6A6A. Windows color (decimal): -13599318 or 11173168. OLE color: 11173168.

HSL color Cylindrical-coordinate representation of color #307DAA: hue angle of 202.13º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #307DAA is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB48125170-
CMYK0.720.2600.33
HSL202.13º55.96%42.75%-
HSV(B)202.13º71.76%66.67%-
XYZ15.8118.240.71-
YUV107.11163.4985.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.99%
GREEN value IS 125 (49.22% from 255) = 36.44%
BLUE value IS 170 (66.80% from 255) = 49.56%
R=13.99%
G=36.44%
B=49.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481251700.720.2600.33202.1355.9642.75
Hex307DAA481A021ca382b
Octal60175252110320413127053
Binary110000111110110101010100100011010010000111001010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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