Html Css Color HEX #3780CF Curious Blue

📋 copy color: '#3780CF'

red 55 ◦ green 128 ◦ blue 207

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

Shades of Curious Blue #3780CF

Tints of Curious Blue #3780CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.08%

R = 14.1%
G = 32.82%
B = 53.08%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3780CF (or 0x3780CF) is known color: Curious Blue. HEX triplet: 37, 80 and CF. RGB value is (55,128,207). Sum of RGB (Red+Green+Blue) = 55+128+207=390 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.10% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #3780CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3780CF is #C87F30. Grayscale: #727272. Windows color (decimal): -13139761 or 13598775. OLE color: 13598775.

HSL color Cylindrical-coordinate representation of color #3780CF: hue angle of 211.18º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3780CF is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 128 207 -
CMYK 0.73 0.38 0 0.19
HSL 211.18º 0.61% 0.51% -
HSV(B) 211.18º 0.73% 0.81% -
XYZ 20.56 20.76 61.95 -
YUV 115.18 179.82 85.08 -
System Red Green Blue C M Y K H S L
Decimal 55 128 207 0.73 0.38 0 0.19 211.18 0.61 0.51
Hex 37 80 CF 49 26 0 13 D3 3D 33
Octal 67 200 317 111 46 0 23 323 75 63
Binary 110111 10000000 11001111 1001001 100110 0 10011 11010011 111101 110011

Color Harmonies of #3780CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3780CF

Black with #3780CF

Text Example


Text Example

White with #3780CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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