Html Css Color HEX #3D80AD Curious Blue

📋 copy color: '#3D80AD'

red 61 ◦ green 128 ◦ blue 173

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

Shades of Curious Blue #3D80AD

Tints of Curious Blue #3D80AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.79%

R = 16.85%
G = 35.36%
B = 47.79%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3D80AD (or 0x3D80AD) is known color: Curious Blue. HEX triplet: 3D, 80 and AD. RGB value is (61,128,173). Sum of RGB (Red+Green+Blue) = 61+128+173=362 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.85% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D80AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D80AD is #C27F52. Grayscale: #707070. Windows color (decimal): -12746579 or 11370557. OLE color: 11370557.

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

Color convert

RGB 61 128 173 -
CMYK 0.65 0.26 0 0.32
HSL 204.11º 0.48% 0.46% -
HSV(B) 204.11º 0.65% 0.68% -
XYZ 17.19 19.45 42.38 -
YUV 113.1 161.8 90.84 -
System Red Green Blue C M Y K H S L
Decimal 61 128 173 0.65 0.26 0 0.32 204.11 0.48 0.46
Hex 3D 80 AD 41 1A 0 20 CC 30 2E
Octal 75 200 255 101 32 0 40 314 60 56
Binary 111101 10000000 10101101 1000001 11010 0 100000 11001100 110000 101110

Color Harmonies of #3D80AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D80AD

Black with #3D80AD

Text Example


Text Example

White with #3D80AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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