Html Css Color HEX #03526C Blue Lagoon

📋 copy color: '#03526C'

red 3 ◦ green 82 ◦ blue 108

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

Shades of Blue Lagoon #03526C

Tints of Blue Lagoon #03526C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.49%

 BLUE value IS 108 (42.58% from 255) = 55.96%

R = 1.55%
G = 42.49%
B = 55.96%

CMYK

 C value IS 0.97

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#03526C (or 0x03526C) is known color: Blue Lagoon. HEX triplet: 03, 52 and 6C. RGB value is (3,82,108). Sum of RGB (Red+Green+Blue) = 3+82+108=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #03526C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03526C is #FCAD93. Grayscale: #3D3D3D. Windows color (decimal): -16559508 or 7098883. OLE color: 7098883.

HSL color Cylindrical-coordinate representation of color #03526C: hue angle of 194.86º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03526C is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 82 108 -
CMYK 0.97 0.24 0 0.58
HSL 194.86º 0.95% 0.22% -
HSV(B) 194.86º 0.97% 0.42% -
XYZ 5.76 7.14 15.26 -
YUV 61.34 154.33 86.39 -
System Red Green Blue C M Y K H S L
Decimal 3 82 108 0.97 0.24 0 0.58 194.86 0.95 0.22
Hex 3 52 6C 61 18 0 3A C3 5F 16
Octal 3 122 154 141 30 0 72 303 137 26
Binary 11 1010010 1101100 1100001 11000 0 111010 11000011 1011111 10110

Color Harmonies of #03526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03526C

Black with #03526C

Text Example


Text Example

White with #03526C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,82,108); }

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

background-color css

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

 a { background-color: rgb(3,82,108); }

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

border-color css

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

 span { border-color: rgb(3,82,108); }

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