Html Css Color HEX #3D77BE Curious Blue

📋 copy color: '#3D77BE'

red 61 ◦ green 119 ◦ blue 190

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

Shades of Curious Blue #3D77BE

Tints of Curious Blue #3D77BE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.16%

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

R = 16.49%
G = 32.16%
B = 51.35%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3D77BE (or 0x3D77BE) is known color: Curious Blue. HEX triplet: 3D, 77 and BE. RGB value is (61,119,190). Sum of RGB (Red+Green+Blue) = 61+119+190=370 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.49% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #3D77BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D77BE is #C28841. Grayscale: #6D6D6D. Windows color (decimal): -12748866 or 12482365. OLE color: 12482365.

HSL color Cylindrical-coordinate representation of color #3D77BE: hue angle of 213.02º 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 #3D77BE is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 61 119 190 -
CMYK 0.68 0.37 0 0.25
HSL 213.02º 0.51% 0.49% -
HSV(B) 213.02º 0.68% 0.75% -
XYZ 17.82 17.9 51.23 -
YUV 109.75 173.28 93.23 -
System Red Green Blue C M Y K H S L
Decimal 61 119 190 0.68 0.37 0 0.25 213.02 0.51 0.49
Hex 3D 77 BE 44 25 0 19 D5 33 31
Octal 75 167 276 104 45 0 31 325 63 61
Binary 111101 1110111 10111110 1000100 100101 0 11001 11010101 110011 110001

Color Harmonies of #3D77BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D77BE

Black with #3D77BE

Text Example


Text Example

White with #3D77BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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