Html Css Color HEX #3779CD Curious Blue

📋 copy color: '#3779CD'

red 55 ◦ green 121 ◦ blue 205

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

Shades of Curious Blue #3779CD

Tints of Curious Blue #3779CD

RGB

 RED value IS 55 (21.88% from 255) = 14.44%

 GREEN value IS 121 (47.66% from 255) = 31.76%

 BLUE value IS 205 (80.47% from 255) = 53.81%

R = 14.44%
G = 31.76%
B = 53.81%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3779CD (or 0x3779CD) is known color: Curious Blue. HEX triplet: 37, 79 and CD. RGB value is (55,121,205). Sum of RGB (Red+Green+Blue) = 55+121+205=381 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.44% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #3779CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3779CD is #C88632. Grayscale: #6E6E6E. Windows color (decimal): -13141555 or 13465911. OLE color: 13465911.

HSL color Cylindrical-coordinate representation of color #3779CD: hue angle of 213.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3779CD is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 121 205 -
CMYK 0.73 0.41 0 0.20
HSL 213.6º 0.6% 0.51% -
HSV(B) 213.6º 0.73% 0.8% -
XYZ 19.43 18.89 60.38 -
YUV 110.84 181.13 88.17 -
System Red Green Blue C M Y K H S L
Decimal 55 121 205 0.73 0.41 0 0.20 213.6 0.6 0.51
Hex 37 79 CD 49 29 0 14 D6 3C 33
Octal 67 171 315 111 51 0 24 326 74 63
Binary 110111 1111001 11001101 1001001 101001 0 10100 11010110 111100 110011

Color Harmonies of #3779CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3779CD

Black with #3779CD

Text Example


Text Example

White with #3779CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3779CD; }

 p { color: rgb(55,121,205); }

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

background-color css

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

 a { background-color: rgb(55,121,205); }

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

border-color css

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

 span { border-color: rgb(55,121,205); }

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