#03648B

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

Shades of Blue Lagoon #03648B

Tints of Blue Lagoon #03648B

Color information

#03648B (or 0x03648B) is unknown color: approx Blue Lagoon. HEX triplet: 03, 64 and 8B. RGB value is (3,100,139). Sum of RGB (Red+Green+Blue) = 3+100+139=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #03648B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03648B is #FC9B74. Grayscale: #4B4B4B. Windows color (decimal): -16554869 or 9135107. OLE color: 9135107.

HSL color Cylindrical-coordinate representation of color #03648B: hue angle of 197.21º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03648B is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3100139-
CMYK0.980.2800.45
HSL197.21º95.77%27.84%-
HSV(B)197.21º97.84%54.51%-
XYZ9.251126.06-
YUV75.44163.8676.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.24%
GREEN value IS 100 (39.45% from 255) = 41.32%
BLUE value IS 139 (54.69% from 255) = 57.44%
R=1.24%
G=41.32%
B=57.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31001390.980.2800.45197.2195.7727.84
Hex3648B621C02Dc5601c
Octal31442131423405530514034
Binary11110010010001011110001011100010110111000101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03648B; }

 p { color: rgb(3,100,139); }

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

<style>
 a { background-color: #03648B; }

 a { background-color: rgb(3,100,139); }

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

<style>
 span { border-color: #03648B; }

 span { border-color: rgb(3,100,139); }

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