Html Css Color HEX #03638A Blue Lagoon

📋 copy color: '#03638A'

red 3 ◦ green 99 ◦ blue 138

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

Shades of Blue Lagoon #03638A

Tints of Blue Lagoon #03638A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 57.5%

R = 1.25%
G = 41.25%
B = 57.5%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#03638A (or 0x03638A) is known color: Blue Lagoon. HEX triplet: 03, 63 and 8A. RGB value is (3,99,138). Sum of RGB (Red+Green+Blue) = 3+99+138=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #03638A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03638A is #FC9C75. Grayscale: #4A4A4A. Windows color (decimal): -16555126 or 9069315. OLE color: 9069315.

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

Color convert

RGB 3 99 138 -
CMYK 0.98 0.28 0 0.46
HSL 197.33º 0.96% 0.28% -
HSV(B) 197.33º 0.98% 0.54% -
XYZ 9.09 10.78 25.65 -
YUV 74.74 163.7 76.83 -
System Red Green Blue C M Y K H S L
Decimal 3 99 138 0.98 0.28 0 0.46 197.33 0.96 0.28
Hex 3 63 8A 62 1C 0 2E C5 60 1C
Octal 3 143 212 142 34 0 56 305 140 34
Binary 11 1100011 10001010 1100010 11100 0 101110 11000101 1100000 11100

Color Harmonies of #03638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03638A

Black with #03638A

Text Example


Text Example

White with #03638A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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