#03658A

Color #03658A Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #03658A

Tints of Blue Lagoon #03658A

Color information

#03658A (or 0x03658A) is unknown color: approx Blue Lagoon. HEX triplet: 03, 65 and 8A. RGB value is (3,101,138). Sum of RGB (Red+Green+Blue) = 3+101+138=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 138 (54.30% from 255 or 57.02% from 242); Max value from RGB is 138 - color contains mainly: blue. Hex color #03658A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03658A is #FC9A75. Grayscale: #4B4B4B. Windows color (decimal): -16554614 or 9069827. OLE color: 9069827.

HSL color Cylindrical-coordinate representation of color #03658A: hue angle of 196.44º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03658A is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3101138-
CMYK0.980.2700.46
HSL196.44º95.74%27.65%-
HSV(B)196.44º97.83%54.12%-
XYZ9.2811.1625.71-
YUV75.92163.0375.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.24%
GREEN value IS 101 (39.84% from 255) = 41.74%
BLUE value IS 138 (54.30% from 255) = 57.02%
R=1.24%
G=41.74%
B=57.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31011380.980.2700.46196.4495.7427.65
Hex3658A621B02Ec4601c
Octal31452121423305630414034
Binary11110010110001010110001011011010111011000100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03658A; }

 p { color: rgb(3,101,138); }

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

<style>
 a { background-color: #03658A; }

 a { background-color: rgb(3,101,138); }

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

<style>
 span { border-color: #03658A; }

 span { border-color: rgb(3,101,138); }

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