Html Css Color HEX #03678C Blue Lagoon

📋 copy color: '#03678C'

red 3 ◦ green 103 ◦ blue 140

#03678C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #03678C

Tints of Blue Lagoon #03678C

RGB

 RED value IS 3 (1.56% from 255) = 1.22%

 GREEN value IS 103 (40.63% from 255) = 41.87%

 BLUE value IS 140 (55.08% from 255) = 56.91%

R = 1.22%
G = 41.87%
B = 56.91%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03678C (or 0x03678C) is known color: Blue Lagoon. HEX triplet: 03, 67 and 8C. RGB value is (3,103,140). Sum of RGB (Red+Green+Blue) = 3+103+140=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #03678C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03678C is #FC9873. Grayscale: #4D4D4D. Windows color (decimal): -16554100 or 9201411. OLE color: 9201411.

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

Color convert

RGB 3 103 140 -
CMYK 0.98 0.26 0 0.45
HSL 196.2º 0.96% 0.28% -
HSV(B) 196.2º 0.98% 0.55% -
XYZ 9.62 11.61 26.55 -
YUV 77.32 163.37 74.99 -
System Red Green Blue C M Y K H S L
Decimal 3 103 140 0.98 0.26 0 0.45 196.2 0.96 0.28
Hex 3 67 8C 62 1A 0 2D C4 60 1C
Octal 3 147 214 142 32 0 55 304 140 34
Binary 11 1100111 10001100 1100010 11010 0 101101 11000100 1100000 11100

Color Harmonies of #03678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03678C

Black with #03678C

Text Example


Text Example

White with #03678C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03678C; }

 p { color: rgb(3,103,140); }

 H1.HeaderClassName
 {
   color: #03678C;
 }
 .AnyTagClassName
 {
   color: #03678C;
 }
</style>

background-color css

<style>
 a { background-color: #03678C; }

 a { background-color: rgb(3,103,140); }

 div.DivClassName
 {
   background-color: #03678C;
 }
 .BgClassName
 {
   background-color: #03678C;
 }
</style>

border-color css

<style>
 span { border-color: #03678C; }

 span { border-color: rgb(3,103,140); }

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