Html Css Color HEX #3782BE Curious Blue

📋 copy color: '#3782BE'

red 55 ◦ green 130 ◦ blue 190

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

Shades of Curious Blue #3782BE

Tints of Curious Blue #3782BE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.67%

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

R = 14.67%
G = 34.67%
B = 50.67%

CMYK

 C value IS 0.71

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3782BE (or 0x3782BE) is known color: Curious Blue. HEX triplet: 37, 82 and BE. RGB value is (55,130,190). Sum of RGB (Red+Green+Blue) = 55+130+190=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #3782BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3782BE is #C87D41. Grayscale: #727272. Windows color (decimal): -13139266 or 12485175. OLE color: 12485175.

HSL color Cylindrical-coordinate representation of color #3782BE: hue angle of 206.67º 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 #3782BE is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 55 130 190 -
CMYK 0.71 0.32 0 0.25
HSL 206.67º 0.55% 0.48% -
HSV(B) 206.67º 0.71% 0.75% -
XYZ 18.85 20.5 51.68 -
YUV 114.42 170.65 85.62 -
System Red Green Blue C M Y K H S L
Decimal 55 130 190 0.71 0.32 0 0.25 206.67 0.55 0.48
Hex 37 82 BE 47 20 0 19 CF 37 30
Octal 67 202 276 107 40 0 31 317 67 60
Binary 110111 10000010 10111110 1000111 100000 0 11001 11001111 110111 110000

Color Harmonies of #3782BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3782BE

Black with #3782BE

Text Example


Text Example

White with #3782BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3782BE; }

 p { color: rgb(55,130,190); }

 H1.HeaderClassName
 {
   color: #3782BE;
 }
 .AnyTagClassName
 {
   color: #3782BE;
 }
</style>

background-color css

<style>
 a { background-color: #3782BE; }

 a { background-color: rgb(55,130,190); }

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

border-color css

<style>
 span { border-color: #3782BE; }

 span { border-color: rgb(55,130,190); }

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