#30769E

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

Shades of Lochmara #30769E

Tints of Lochmara #30769E

Color information

#30769E (or 0x30769E) is unknown color: approx Lochmara. HEX triplet: 30, 76 and 9E. RGB value is (48,118,158). Sum of RGB (Red+Green+Blue) = 48+118+158=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #30769E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30769E is #CF8961. Grayscale: #656565. Windows color (decimal): -13601122 or 10384944. OLE color: 10384944.

HSL color Cylindrical-coordinate representation of color #30769E: hue angle of 201.82º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30769E is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB48118158-
CMYK0.700.2500.38
HSL201.82º53.4%40.39%-
HSV(B)201.82º69.62%61.96%-
XYZ13.8716.0534.72-
YUV101.63159.8189.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.81%
GREEN value IS 118 (46.48% from 255) = 36.42%
BLUE value IS 158 (62.11% from 255) = 48.77%
R=14.81%
G=36.42%
B=48.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481181580.700.2500.38201.8253.440.39
Hex30769E4619026ca3528
Octal60166236106310463126550
Binary110000111011010011110100011011001010011011001010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30769E; }

 p { color: rgb(48,118,158); }

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

<style>
 a { background-color: #30769E; }

 a { background-color: rgb(48,118,158); }

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

<style>
 span { border-color: #30769E; }

 span { border-color: rgb(48,118,158); }

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