Html Css Color HEX #034E6D Blue Lagoon

📋 copy color: '#034E6D'

red 3 ◦ green 78 ◦ blue 109

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

Shades of Blue Lagoon #034E6D

Tints of Blue Lagoon #034E6D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 41.05%

 BLUE value IS 109 (42.97% from 255) = 57.37%

R = 1.58%
G = 41.05%
B = 57.37%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#034E6D (or 0x034E6D) is known color: Blue Lagoon. HEX triplet: 03, 4E and 6D. RGB value is (3,78,109). Sum of RGB (Red+Green+Blue) = 3+78+109=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 109 (42.97% from 255 or 57.37% from 190); Max value from RGB is 109 - color contains mainly: blue. Hex color #034E6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034E6D is #FCB192. Grayscale: #3A3A3A. Windows color (decimal): -16560531 or 7163395. OLE color: 7163395.

HSL color Cylindrical-coordinate representation of color #034E6D: hue angle of 197.55º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034E6D is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 78 109 -
CMYK 0.97 0.28 0 0.57
HSL 197.55º 0.95% 0.22% -
HSV(B) 197.55º 0.97% 0.43% -
XYZ 5.52 6.57 15.45 -
YUV 59.11 156.15 87.98 -
System Red Green Blue C M Y K H S L
Decimal 3 78 109 0.97 0.28 0 0.57 197.55 0.95 0.22
Hex 3 4E 6D 61 1C 0 39 C6 5F 16
Octal 3 116 155 141 34 0 71 306 137 26
Binary 11 1001110 1101101 1100001 11100 0 111001 11000110 1011111 10110

Color Harmonies of #034E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034E6D

Black with #034E6D

Text Example


Text Example

White with #034E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034E6D; }

 p { color: rgb(3,78,109); }

 H1.HeaderClassName
 {
   color: #034E6D;
 }
 .AnyTagClassName
 {
   color: #034E6D;
 }
</style>

background-color css

<style>
 a { background-color: #034E6D; }

 a { background-color: rgb(3,78,109); }

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

border-color css

<style>
 span { border-color: #034E6D; }

 span { border-color: rgb(3,78,109); }

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