Html Css Color HEX #3D80BE Curious Blue

📋 copy color: '#3D80BE'

red 61 ◦ green 128 ◦ blue 190

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

Shades of Curious Blue #3D80BE

Tints of Curious Blue #3D80BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.13%

R = 16.09%
G = 33.77%
B = 50.13%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3D80BE (or 0x3D80BE) is known color: Curious Blue. HEX triplet: 3D, 80 and BE. RGB value is (61,128,190). Sum of RGB (Red+Green+Blue) = 61+128+190=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #3D80BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D80BE is #C27F41. Grayscale: #727272. Windows color (decimal): -12746562 or 12484669. OLE color: 12484669.

HSL color Cylindrical-coordinate representation of color #3D80BE: hue angle of 208.84º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D80BE is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 61 128 190 -
CMYK 0.68 0.33 0 0.25
HSL 208.84º 0.51% 0.49% -
HSV(B) 208.84º 0.68% 0.75% -
XYZ 18.94 20.15 51.61 -
YUV 115.04 170.3 89.46 -
System Red Green Blue C M Y K H S L
Decimal 61 128 190 0.68 0.33 0 0.25 208.84 0.51 0.49
Hex 3D 80 BE 44 21 0 19 D1 33 31
Octal 75 200 276 104 41 0 31 321 63 61
Binary 111101 10000000 10111110 1000100 100001 0 11001 11010001 110011 110001

Color Harmonies of #3D80BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D80BE

Black with #3D80BE

Text Example


Text Example

White with #3D80BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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