Html Css Color HEX #3780C0 Curious Blue

📋 copy color: '#3780C0'

red 55 ◦ green 128 ◦ blue 192

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

Shades of Curious Blue #3780C0

Tints of Curious Blue #3780C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.2%

R = 14.67%
G = 34.13%
B = 51.2%

CMYK

 C value IS 0.71

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3780C0 (or 0x3780C0) is known color: Curious Blue. HEX triplet: 37, 80 and C0. RGB value is (55,128,192). Sum of RGB (Red+Green+Blue) = 55+128+192=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #3780C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3780C0 is #C87F3F. Grayscale: #717171. Windows color (decimal): -13139776 or 12615735. OLE color: 12615735.

HSL color Cylindrical-coordinate representation of color #3780C0: hue angle of 208.03º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3780C0 is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 55 128 192 -
CMYK 0.71 0.33 0 0.25
HSL 208.03º 0.55% 0.48% -
HSV(B) 208.03º 0.71% 0.75% -
XYZ 18.81 20.06 52.75 -
YUV 113.47 172.32 86.3 -
System Red Green Blue C M Y K H S L
Decimal 55 128 192 0.71 0.33 0 0.25 208.03 0.55 0.48
Hex 37 80 C0 47 21 0 19 D0 37 30
Octal 67 200 300 107 41 0 31 320 67 60
Binary 110111 10000000 11000000 1000111 100001 0 11001 11010000 110111 110000

Color Harmonies of #3780C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3780C0

Black with #3780C0

Text Example


Text Example

White with #3780C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3780C0; }

 p { color: rgb(55,128,192); }

 H1.HeaderClassName
 {
   color: #3780C0;
 }
 .AnyTagClassName
 {
   color: #3780C0;
 }
</style>

background-color css

<style>
 a { background-color: #3780C0; }

 a { background-color: rgb(55,128,192); }

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

border-color css

<style>
 span { border-color: #3780C0; }

 span { border-color: rgb(55,128,192); }

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