#307AAD

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

Shades of Lochmara #307AAD

Tints of Lochmara #307AAD

Color information

#307AAD (or 0x307AAD) is unknown color: approx Lochmara. HEX triplet: 30, 7A and AD. RGB value is (48,122,173). Sum of RGB (Red+Green+Blue) = 48+122+173=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #307AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307AAD is #CF8552. Grayscale: #696969. Windows color (decimal): -13600083 or 11369008. OLE color: 11369008.

HSL color Cylindrical-coordinate representation of color #307AAD: hue angle of 204.48º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #307AAD is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB48122173-
CMYK0.720.2900.32
HSL204.48º56.56%43.33%-
HSV(B)204.48º72.25%67.84%-
XYZ15.7217.5642.1-
YUV105.69165.9886.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.99%
GREEN value IS 122 (48.05% from 255) = 35.57%
BLUE value IS 173 (67.97% from 255) = 50.44%
R=13.99%
G=35.57%
B=50.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal481221730.720.2900.32204.4856.5643.33
Hex307AAD481D020cc392b
Octal60172255110350403147153
Binary110000111101010101101100100011101010000011001100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,122,173); }

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

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

 a { background-color: rgb(48,122,173); }

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

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

 span { border-color: rgb(48,122,173); }

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