Html Css Color HEX #038066 Tropical Rain Forest

📋 copy color: '#038066'

red 3 ◦ green 128 ◦ blue 102

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

Shades of Tropical Rain Forest #038066

Tints of Tropical Rain Forest #038066

RGB

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

 GREEN value IS 128 (50.39% from 255) = 54.94%

 BLUE value IS 102 (40.23% from 255) = 43.78%

R = 1.29%
G = 54.94%
B = 43.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#038066 (or 0x038066) is known color: Tropical Rain Forest. HEX triplet: 03, 80 and 66. RGB value is (3,128,102). Sum of RGB (Red+Green+Blue) = 3+128+102=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 128 (50.39% from 255 or 54.94% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 128 - color contains mainly: green. Hex color #038066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038066 is #FC7F99. Grayscale: #575757. Windows color (decimal): -16547738 or 6717443. OLE color: 6717443.

HSL color Cylindrical-coordinate representation of color #038066: hue angle of 167.52º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038066 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 128 102 -
CMYK 0.98 0 0.20 0.50
HSL 167.52º 0.95% 0.26% -
HSV(B) 167.52º 0.98% 0.5% -
XYZ 10.16 16.42 15.2 -
YUV 87.66 136.09 67.61 -
System Red Green Blue C M Y K H S L
Decimal 3 128 102 0.98 0 0.20 0.50 167.52 0.95 0.26
Hex 3 80 66 62 0 14 32 A8 5F 1A
Octal 3 200 146 142 0 24 62 250 137 32
Binary 11 10000000 1100110 1100010 0 10100 110010 10101000 1011111 11010

Color Harmonies of #038066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038066

Black with #038066

Text Example


Text Example

White with #038066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038066; }

 p { color: rgb(3,128,102); }

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

background-color css

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

 a { background-color: rgb(3,128,102); }

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

border-color css

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

 span { border-color: rgb(3,128,102); }

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