Html Css Color HEX #3D80AC Curious Blue

📋 copy color: '#3D80AC'

red 61 ◦ green 128 ◦ blue 172

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

Shades of Curious Blue #3D80AC

Tints of Curious Blue #3D80AC

RGB

 RED value IS 61 (24.22% from 255) = 16.9%

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

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 16.9%
G = 35.46%
B = 47.65%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3D80AC (or 0x3D80AC) is known color: Curious Blue. HEX triplet: 3D, 80 and AC. RGB value is (61,128,172). Sum of RGB (Red+Green+Blue) = 61+128+172=361 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.90% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #3D80AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D80AC is #C27F53. Grayscale: #707070. Windows color (decimal): -12746580 or 11305021. OLE color: 11305021.

HSL color Cylindrical-coordinate representation of color #3D80AC: hue angle of 203.78º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D80AC is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 61 128 172 -
CMYK 0.65 0.26 0 0.33
HSL 203.78º 0.48% 0.46% -
HSV(B) 203.78º 0.65% 0.67% -
XYZ 17.09 19.41 41.88 -
YUV 112.98 161.3 90.92 -
System Red Green Blue C M Y K H S L
Decimal 61 128 172 0.65 0.26 0 0.33 203.78 0.48 0.46
Hex 3D 80 AC 41 1A 0 21 CC 30 2E
Octal 75 200 254 101 32 0 41 314 60 56
Binary 111101 10000000 10101100 1000001 11010 0 100001 11001100 110000 101110

Color Harmonies of #3D80AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D80AC

Black with #3D80AC

Text Example


Text Example

White with #3D80AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D80AC; }

 p { color: rgb(61,128,172); }

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

background-color css

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

 a { background-color: rgb(61,128,172); }

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

border-color css

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

 span { border-color: rgb(61,128,172); }

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