Html Css Color HEX #03638D Blue Lagoon

📋 copy color: '#03638D'

red 3 ◦ green 99 ◦ blue 141

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

Shades of Blue Lagoon #03638D

Tints of Blue Lagoon #03638D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.74%

 BLUE value IS 141 (55.47% from 255) = 58.02%

R = 1.23%
G = 40.74%
B = 58.02%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03638D (or 0x03638D) is known color: Blue Lagoon. HEX triplet: 03, 63 and 8D. RGB value is (3,99,141). Sum of RGB (Red+Green+Blue) = 3+99+141=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #03638D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03638D is #FC9C72. Grayscale: #4A4A4A. Windows color (decimal): -16555123 or 9265923. OLE color: 9265923.

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

Color convert

RGB 3 99 141 -
CMYK 0.98 0.30 0 0.45
HSL 198.26º 0.96% 0.28% -
HSV(B) 198.26º 0.98% 0.55% -
XYZ 9.31 10.87 26.81 -
YUV 75.08 165.2 76.58 -
System Red Green Blue C M Y K H S L
Decimal 3 99 141 0.98 0.30 0 0.45 198.26 0.96 0.28
Hex 3 63 8D 62 1E 0 2D C6 60 1C
Octal 3 143 215 142 36 0 55 306 140 34
Binary 11 1100011 10001101 1100010 11110 0 101101 11000110 1100000 11100

Color Harmonies of #03638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03638D

Black with #03638D

Text Example


Text Example

White with #03638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03638D; }

 p { color: rgb(3,99,141); }

 H1.HeaderClassName
 {
   color: #03638D;
 }
 .AnyTagClassName
 {
   color: #03638D;
 }
</style>

background-color css

<style>
 a { background-color: #03638D; }

 a { background-color: rgb(3,99,141); }

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

border-color css

<style>
 span { border-color: #03638D; }

 span { border-color: rgb(3,99,141); }

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