Html Css Color HEX #035A68 Blue Lagoon

📋 copy color: '#035A68'

red 3 ◦ green 90 ◦ blue 104

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

Shades of Blue Lagoon #035A68

Tints of Blue Lagoon #035A68

RGB

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

 GREEN value IS 90 (35.55% from 255) = 45.69%

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

R = 1.52%
G = 45.69%
B = 52.79%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#035A68 (or 0x035A68) is known color: Blue Lagoon. HEX triplet: 03, 5A and 68. RGB value is (3,90,104). Sum of RGB (Red+Green+Blue) = 3+90+104=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #035A68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035A68 is #FCA597. Grayscale: #414141. Windows color (decimal): -16557464 or 6838787. OLE color: 6838787.

HSL color Cylindrical-coordinate representation of color #035A68: hue angle of 188.32º 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 #035A68 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 90 104 -
CMYK 0.97 0.13 0 0.59
HSL 188.32º 0.94% 0.21% -
HSV(B) 188.32º 0.97% 0.41% -
XYZ 6.19 8.33 14.38 -
YUV 65.58 149.68 83.36 -
System Red Green Blue C M Y K H S L
Decimal 3 90 104 0.97 0.13 0 0.59 188.32 0.94 0.21
Hex 3 5A 68 61 D 0 3B BC 5E 15
Octal 3 132 150 141 15 0 73 274 136 25
Binary 11 1011010 1101000 1100001 1101 0 111011 10111100 1011110 10101

Color Harmonies of #035A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035A68

Black with #035A68

Text Example


Text Example

White with #035A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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