#03668A

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

Shades of Blue Lagoon #03668A

Tints of Blue Lagoon #03668A

Color information

#03668A (or 0x03668A) is unknown color: approx Blue Lagoon. HEX triplet: 03, 66 and 8A. RGB value is (3,102,138). Sum of RGB (Red+Green+Blue) = 3+102+138=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 138 (54.30% from 255 or 56.79% from 243); Max value from RGB is 138 - color contains mainly: blue. Hex color #03668A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03668A is #FC9975. Grayscale: #4C4C4C. Windows color (decimal): -16554358 or 9070083. OLE color: 9070083.

HSL color Cylindrical-coordinate representation of color #03668A: hue angle of 196º 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 #03668A is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3102138-
CMYK0.980.2600.46
HSL196º95.74%27.65%-
HSV(B)196º97.83%54.12%-
XYZ9.3811.3625.74-
YUV76.5162.775.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.23%
GREEN value IS 102 (40.23% from 255) = 41.98%
BLUE value IS 138 (54.30% from 255) = 56.79%
R=1.23%
G=41.98%
B=56.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31021380.980.2600.4619695.7427.65
Hex3668A621A02Ec4601c
Octal31462121423205630414034
Binary11110011010001010110001011010010111011000100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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