Html Css Color HEX #035068 Blue Lagoon

📋 copy color: '#035068'

red 3 ◦ green 80 ◦ blue 104

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

Shades of Blue Lagoon #035068

Tints of Blue Lagoon #035068

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.78%

 BLUE value IS 104 (41.02% from 255) = 55.61%

R = 1.6%
G = 42.78%
B = 55.61%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#035068 (or 0x035068) is known color: Blue Lagoon. HEX triplet: 03, 50 and 68. RGB value is (3,80,104). Sum of RGB (Red+Green+Blue) = 3+80+104=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #035068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035068 is #FCAF97. Grayscale: #3B3B3B. Windows color (decimal): -16560024 or 6836227. OLE color: 6836227.

HSL color Cylindrical-coordinate representation of color #035068: hue angle of 194.26º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035068 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 80 104 -
CMYK 0.97 0.23 0 0.59
HSL 194.26º 0.94% 0.21% -
HSV(B) 194.26º 0.97% 0.41% -
XYZ 5.4 6.76 14.12 -
YUV 59.71 152.99 87.55 -
System Red Green Blue C M Y K H S L
Decimal 3 80 104 0.97 0.23 0 0.59 194.26 0.94 0.21
Hex 3 50 68 61 17 0 3B C2 5E 15
Octal 3 120 150 141 27 0 73 302 136 25
Binary 11 1010000 1101000 1100001 10111 0 111011 11000010 1011110 10101

Color Harmonies of #035068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035068

Black with #035068

Text Example


Text Example

White with #035068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035068; }

 p { color: rgb(3,80,104); }

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

background-color css

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

 a { background-color: rgb(3,80,104); }

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

border-color css

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

 span { border-color: rgb(3,80,104); }

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