Html Css Color HEX #035867 Blue Lagoon

📋 copy color: '#035867'

red 3 ◦ green 88 ◦ blue 103

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

Shades of Blue Lagoon #035867

Tints of Blue Lagoon #035867

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.36%

 BLUE value IS 103 (40.63% from 255) = 53.09%

R = 1.55%
G = 45.36%
B = 53.09%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#035867 (or 0x035867) is known color: Blue Lagoon. HEX triplet: 03, 58 and 67. RGB value is (3,88,103). Sum of RGB (Red+Green+Blue) = 3+88+103=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #035867 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035867 is #FCA798. Grayscale: #404040. Windows color (decimal): -16557977 or 6772739. OLE color: 6772739.

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

Color convert

RGB 3 88 103 -
CMYK 0.97 0.15 0 0.60
HSL 189º 0.94% 0.21% -
HSV(B) 189º 0.97% 0.4% -
XYZ 5.98 7.98 14.06 -
YUV 64.3 149.84 84.28 -
System Red Green Blue C M Y K H S L
Decimal 3 88 103 0.97 0.15 0 0.60 189 0.94 0.21
Hex 3 58 67 61 F 0 3C BD 5E 15
Octal 3 130 147 141 17 0 74 275 136 25
Binary 11 1011000 1100111 1100001 1111 0 111100 10111101 1011110 10101

Color Harmonies of #035867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035867

Black with #035867

Text Example


Text Example

White with #035867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035867; }

 p { color: rgb(3,88,103); }

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

background-color css

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

 a { background-color: rgb(3,88,103); }

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

border-color css

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

 span { border-color: rgb(3,88,103); }

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