Html Css Color HEX #3781CD Curious Blue

📋 copy color: '#3781CD'

red 55 ◦ green 129 ◦ blue 205

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

Shades of Curious Blue #3781CD

Tints of Curious Blue #3781CD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.16%

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

R = 14.14%
G = 33.16%
B = 52.7%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3781CD (or 0x3781CD) is known color: Curious Blue. HEX triplet: 37, 81 and CD. RGB value is (55,129,205). Sum of RGB (Red+Green+Blue) = 55+129+205=389 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.14% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #3781CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3781CD is #C87E32. Grayscale: #737373. Windows color (decimal): -13139507 or 13467959. OLE color: 13467959.

HSL color Cylindrical-coordinate representation of color #3781CD: hue angle of 210.4º 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 #3781CD is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 129 205 -
CMYK 0.73 0.37 0 0.20
HSL 210.4º 0.6% 0.51% -
HSV(B) 210.4º 0.73% 0.8% -
XYZ 20.45 20.92 60.72 -
YUV 115.54 178.48 84.82 -
System Red Green Blue C M Y K H S L
Decimal 55 129 205 0.73 0.37 0 0.20 210.4 0.6 0.51
Hex 37 81 CD 49 25 0 14 D2 3C 33
Octal 67 201 315 111 45 0 24 322 74 63
Binary 110111 10000001 11001101 1001001 100101 0 10100 11010010 111100 110011

Color Harmonies of #3781CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3781CD

Black with #3781CD

Text Example


Text Example

White with #3781CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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